-
Type:
Enhancement
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: 14
-
Component/s: hotspot
During a concurrent start pause when class unloading, we do two passes over the CLD.
In the first pass we let one thread claim the CLD work; in the second pass we do not, which means that threads do unnecessary duplicate work as the phase walks over the CLD singly-linked list (i.e. there is no work distribution anyway).
In the first pass we let one thread claim the CLD work; in the second pass we do not, which means that threads do unnecessary duplicate work as the phase walks over the CLD singly-linked list (i.e. there is no work distribution anyway).
- duplicates
-
JDK-8159984 Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
-
- Resolved
-
- relates to
-
JDK-8231117 Remove G1EvacuationRootClosures::raw_strong_oops()
-
- Resolved
-