diff src/share/vm/gc_interface/gcCause.cpp @ 23472:047a642c9729

8065579: WB method to start G1 concurrent mark cycle should be introduced Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
author kevinw
date Wed, 02 Dec 2015 13:58:34 +0530
parents d3fd73295885
children b5f3a471e646
line wrap: on
line diff
--- a/src/share/vm/gc_interface/gcCause.cpp	Tue Dec 15 09:46:51 2015 +0100
+++ b/src/share/vm/gc_interface/gcCause.cpp	Wed Dec 02 13:58:34 2015 +0530
@@ -54,6 +54,9 @@
     case _wb_young_gc:
       return "WhiteBox Initiated Young GC";
 
+    case _wb_conc_mark:
+      return "WhiteBox Initiated Concurrent Mark";
+
     case _update_allocation_context_stats_inc:
     case _update_allocation_context_stats_full:
       return "Update Allocation Context Stats";