Skip to content

Commit

Permalink
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times…
Browse files Browse the repository at this point in the history
… out with -Xcomp

Reviewed-by: thartmann, kvn
  • Loading branch information
chhagedorn committed Jun 28, 2024
1 parent 3b3a19e commit 6f4ddc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/c1/TestTraceLinearScanLevel.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* @bug 8251093
* @summary Sanity check the flag TraceLinearScanLevel with the highest level in a silent HelloWorld program.
*
* @requires vm.debug == true & vm.compiler1.enabled
* @run main/othervm -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel
* @requires vm.debug == true & vm.compiler1.enabled & vm.compMode != "Xcomp"
* @run main/othervm -Xbatch -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel
*/
package compiler.c1;

Expand Down

1 comment on commit 6f4ddc2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.