Skip to content

Commit

Permalink
8298785: gc/TestFullGCCount.java fails with "invalid boolean value: `…
Browse files Browse the repository at this point in the history
…null' for expression `vm.opt.ExplicitGCInvokesConcurrent'"

Reviewed-by: dcubed
  • Loading branch information
Kim Barrett authored and pull[bot] committed Aug 7, 2023
1 parent 58bcd6a commit 8335632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/TestFullGCCount.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @comment Shenandoah has "ExplicitGCInvokesConcurrent" on by default
* @requires !(vm.gc == "Shenandoah" & vm.opt.ExplicitGCInvokesConcurrent != false)
* @comment G1 has separate counters for STW Full GC and concurrent GC.
* @requires !(vm.gc == "G1" & vm.opt.ExplicitGCInvokesConcurrent)
* @requires !(vm.gc.G1 & vm.opt.ExplicitGCInvokesConcurrent == true)
* @requires vm.gc != "Z"
* @modules java.management
* @run main/othervm -Xlog:gc gc.TestFullGCCount
Expand Down

0 comments on commit 8335632

Please sign in to comment.