8155527: New test TestHumongousClassLoader fails with "-XX:+ExplicitGCInvokesConcurrent" option

Reviewed-by: dfazunen, drwhite, jwilhelm
This commit is contained in:
Kirill Zhaldybin 2016-04-28 16:55:04 +03:00
parent 9c04e65bda
commit d423c99efc

View File

@ -40,6 +40,7 @@ import java.nio.file.Paths;
* @summary Checks that unreachable classes and unreachable humongous class loader are unloaded after GC
* @requires vm.gc=="G1" | vm.gc=="null"
* @requires vm.opt.G1HeapRegionSize == "null" | vm.opt.G1HeapRegionSize == "1M"
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
* @library /testlibrary /test/lib /
* @modules java.management
* @build sun.hotspot.WhiteBox