The new test from JDK-8321404 explicitly passes -XX:+UseSerialGC but this is not sufficient as the test will fail with:
Error occurred during initialization of VM
Multiple garbage collectors selected
IIUC the default GC has to be explicitly disabled
Error occurred during initialization of VM
Multiple garbage collectors selected
IIUC the default GC has to be explicitly disabled
- relates to
-
JDK-8321404 Limit the number of heap dumps triggered by HeapDumpBeforeFullGC/AfterFullGC
- Resolved