-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b09
-
Fix failed
MutableSpace is used by PSOldGen. It's end value is subject to concurrent reads and writes. It is read when doing an allocation, and written when expanding, and those operations can be concurrent.
- is cloned by
-
JDK-8261212 [REDO] MutableSpace's end should be atomic
-
- Open
-
- relates to
-
JDK-8259271 gc/parallel/TestDynShrinkHeap.java still fails "assert(covered_region.contains(new_memregion)) failed: new region is not in covered_region"
-
- Closed
-
-
JDK-8259776 Remove ParallelGC non-CAS oldgen allocation
-
- Resolved
-
-
JDK-8259778 Merge MutableSpace and ImmutableSpace
-
- Resolved
-
(1 links to)