diff --git a/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java b/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java index bd032e347f9d93f7f4abe134b9542ebbe41427f0..3237b1868c5417024a2b9562f873c136095518e2 100644 --- a/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java +++ b/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java @@ -27,7 +27,6 @@ * @summary G1 Old Gen's CollectionUsage.used is zero after mixed GC which is incorrect * @key gc * @requires vm.gc=="G1" | vm.gc=="null" - * @requires vm.opt.MaxGCPauseMillis == "null" * @library /testlibrary /testlibrary/whitebox * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.WhiteBox TestOldGenCollectionUsage * @run main ClassFileInstaller sun.hotspot.WhiteBox