mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8232588: G1 concurrent System.gc can return early or late
8233279: G1: GCLocker GC with +GCLockerInvokesConcurrent spins while cycle in progress Refactor G1CH::try_collect and fix bugs with concurrent collections. Reviewed-by: tschatzl, sjohanss
This commit is contained in:
parent
9ad86a68cc
commit
19bed24b1f
9 changed files with 289 additions and 213 deletions
|
@ -66,6 +66,7 @@
|
|||
template(G1CollectForAllocation) \
|
||||
template(G1CollectFull) \
|
||||
template(G1Concurrent) \
|
||||
template(G1TryInitiateConcMark) \
|
||||
template(ZMarkStart) \
|
||||
template(ZMarkEnd) \
|
||||
template(ZRelocateStart) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue