Relates :
|
|
Relates :
|
When a System.gc() is called, the VM operation is scheduled with no synchronization with the GCLocker and, in some cases, the Full GC immediately aborts if the GCLocker is active. Even though the code path is different, the cause is similar to JDK-8057573. I have reproduced this with both ParallelGC and CMS.
|