mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8065579: WB method to start G1 concurrent mark cycle should be introduced
Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss
This commit is contained in:
parent
0ecc753586
commit
c8a147b8c7
7 changed files with 82 additions and 10 deletions
|
@ -47,6 +47,7 @@ class GCCause : public AllStatic {
|
|||
_heap_inspection,
|
||||
_heap_dump,
|
||||
_wb_young_gc,
|
||||
_wb_conc_mark,
|
||||
_update_allocation_context_stats_inc,
|
||||
_update_allocation_context_stats_full,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue