-
Bug
-
Resolution: Fixed
-
P5
-
9, 17, 20
-
b20
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 toJDK-8057573.
I have reproduced this with both ParallelGC and CMS.
Even though the code path is different, the cause is similar to
I have reproduced this with both ParallelGC and CMS.
- duplicates
-
JDK-8299276 runtime/ClassUnload/UnloadInterfaceTest.java fails with "Test failed: should have been unloaded"
-
- Closed
-
- relates to
-
JDK-8048556 Unnecessary GCLocker-initiated young GCs
-
- Resolved
-
-
JDK-8299276 runtime/ClassUnload/UnloadInterfaceTest.java fails with "Test failed: should have been unloaded"
-
- Closed
-
-
JDK-8057573 CMSScavengeBeforeRemark ignored if GCLocker is active
-
- Closed
-
(1 links to)