src/share/vm/gc_interface/gcCause.cpp

changeset 8194
047a642c9729
parent 7236
d3fd73295885
child 8604
04d83ba48607
     1.1 --- a/src/share/vm/gc_interface/gcCause.cpp	Tue Dec 15 09:46:51 2015 +0100
     1.2 +++ b/src/share/vm/gc_interface/gcCause.cpp	Wed Dec 02 13:58:34 2015 +0530
     1.3 @@ -54,6 +54,9 @@
     1.4      case _wb_young_gc:
     1.5        return "WhiteBox Initiated Young GC";
     1.6  
     1.7 +    case _wb_conc_mark:
     1.8 +      return "WhiteBox Initiated Concurrent Mark";
     1.9 +
    1.10      case _update_allocation_context_stats_inc:
    1.11      case _update_allocation_context_stats_full:
    1.12        return "Update Allocation Context Stats";

mercurial