-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b07
`ParallelScavengeHeap::expand_heap_and_allocate` invokes `PSOldGen::allocate`, but the caller context (VM thread in safepoint) actually intends to expand-and-allocate in a single-threaded manner. Introduce a new API in PSOldGen for this use case.
- duplicates
-
JDK-8336378 Parallel: Rename allocate to expand_and_allocate in PSOldGen
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/70f3e990
-
Review(master) openjdk/jdk/20189