Details
-
Type:
Bug
-
Status: Open
-
Priority:
P5
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: hotspot
-
Labels:
-
Subcomponent:
Description
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.
Attachments
Issue Links
- relates to
-
JDK-8048556 Unnecessary GCLocker-initiated young GCs
-
- Resolved
-
-
JDK-8057573 CMSScavengeBeforeRemark ignored if GCLocker is active
-
- Closed
-