-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b120
TestHumongousClassLoader.java needs UnlockDiagnosticVMOptions before WhiteBoxAPI, because otherwise test will fail in product build:
* @run main/othervm/timeout=240 -Xms256M -Xmx256M -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* gc.g1.humongousObjects.ClassLoaderGenerator 1
* @run main/othervm/timeout=240 -Xms256M -Xmx256M -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* gc.g1.humongousObjects.ClassLoaderGenerator 1
- relates to
-
JDK-8132718 Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected
-
- Resolved
-