-
Enhancement
-
Resolution: Not an Issue
-
P4
-
18
This is a follow-up of JDK-8273626.
Current (original) implementation just drops the newly allocated G1SegmentedArrayBuffer if current thread fails race, but seems reuse (e.g adding to freelist) will bring some benefit.
https://github.com/openjdk/jdk/pull/5478#issuecomment-938498538
Current (original) implementation just drops the newly allocated G1SegmentedArrayBuffer if current thread fails race, but seems reuse (e.g adding to freelist) will bring some benefit.
https://github.com/openjdk/jdk/pull/5478#issuecomment-938498538
- relates to
-
JDK-8273626 G1: Factor out concurrent segmented array from G1CardSetAllocator
-
- Resolved
-
-
JDK-8276298 G1: Remove unused G1SegmentedArrayBufferList::add
-
- Resolved
-
- links to
-
Review openjdk/jdk/6034