Skip to content

Commit 6f4ddc2

Browse files
committedJun 28, 2024
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
Reviewed-by: thartmann, kvn
1 parent 3b3a19e commit 6f4ddc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/hotspot/jtreg/compiler/c1/TestTraceLinearScanLevel.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
* @bug 8251093
2727
* @summary Sanity check the flag TraceLinearScanLevel with the highest level in a silent HelloWorld program.
2828
*
29-
* @requires vm.debug == true & vm.compiler1.enabled
30-
* @run main/othervm -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel
29+
* @requires vm.debug == true & vm.compiler1.enabled & vm.compMode != "Xcomp"
30+
* @run main/othervm -Xbatch -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel
3131
*/
3232
package compiler.c1;
3333

0 commit comments

Comments
 (0)
Please sign in to comment.