Skip to content

Commit

Permalink
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent…
Browse files Browse the repository at this point in the history
… mark with -Xcomp

Backport-of: 1925508425cf1b2d46173754077a588290253430
  • Loading branch information
GoeLin committed Oct 30, 2023
1 parent 03e3232 commit d61229d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/gc/g1/ihop/TestIHOPErgo.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @requires !vm.flightRecorder
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
* @requires vm.opt.MaxGCPauseMillis == "null"
* @requires vm.compMode != "Xcomp"
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* @modules java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
* @requires vm.gc.G1
* @requires !vm.flightRecorder
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
* @requires !(vm.graal.enabled & vm.compMode == "Xcomp")
* @requires !vm.graal.enabled
* @requires vm.compMode != "Xcomp"
* @requires os.maxMemory > 1G
* @library /test/lib /
* @modules java.base/jdk.internal.misc
Expand Down

1 comment on commit d61229d

@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.