From 53f7ef6e4bca9d917d716a6edc7289428a5805b5 Mon Sep 17 00:00:00 2001 From: phh Date: Wed, 30 Jan 2019 17:32:47 +0000 Subject: [PATCH] 8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java Summary: Remove the corresponding @requires line Reviewed-by: tschatzl --- test/gc/g1/mixedgc/TestOldGenCollectionUsage.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java b/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java index bd032e347..3237b1868 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 -- GitLab