8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java

Wed, 30 Jan 2019 17:32:47 +0000

author
phh
date
Wed, 30 Jan 2019 17:32:47 +0000
changeset 9609
28f68e5c6fb3
parent 9608
4b8584c24ff4
child 9610
f43f77de876a

8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
Summary: Remove the corresponding @requires line
Reviewed-by: tschatzl

test/gc/g1/mixedgc/TestOldGenCollectionUsage.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java	Mon Jan 28 17:51:10 2019 +0000
     1.2 +++ b/test/gc/g1/mixedgc/TestOldGenCollectionUsage.java	Wed Jan 30 17:32:47 2019 +0000
     1.3 @@ -27,7 +27,6 @@
     1.4   * @summary G1 Old Gen's CollectionUsage.used is zero after mixed GC which is incorrect
     1.5   * @key gc
     1.6   * @requires vm.gc=="G1" | vm.gc=="null"
     1.7 - * @requires vm.opt.MaxGCPauseMillis == "null"
     1.8   * @library /testlibrary /testlibrary/whitebox
     1.9   * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.WhiteBox TestOldGenCollectionUsage
    1.10   * @run main ClassFileInstaller sun.hotspot.WhiteBox

mercurial