mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-20 16:09:21 +00:00
8298785: gc/TestFullGCCount.java fails with "invalid boolean value: null' for expression vm.opt.ExplicitGCInvokesConcurrent'"
Reviewed-by: dcubed
This commit is contained in:
parent
ebc471040e
commit
80cadd4010
@ -30,7 +30,7 @@ package gc;
|
||||
* @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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user