diff -r ecb72543c632 -r 2f7a2e7c3221 test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java --- a/test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java Thu Sep 27 13:56:09 2018 +0200 +++ b/test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java Fri Oct 05 18:25:15 2018 +0100 @@ -26,7 +26,6 @@ * @test * @summary Test automatic relocation of archive heap regions dur to heap size changes. * @requires vm.cds.archived.java.heap - * @requires (vm.gc=="null") * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules jdk.jartool/sun.tools.jar * @compile ../test-classes/Hello.java