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:
Leonid Mesnik 2014-11-28 09:33:48 +01:00 committed by Thomas Schatzl
parent 0ecc753586
commit c8a147b8c7
7 changed files with 82 additions and 10 deletions

View file

@ -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,