hotspot/src/share/vm/gc_interface/gcCause.cpp
changeset 27900 d24cd7a1ed38
parent 27008 10d6c1e39d87
child 28836 d9c497544bf3
equal deleted inserted replaced
27898:813ad96387b3 27900:d24cd7a1ed38
    52       return "Heap Dump Initiated GC";
    52       return "Heap Dump Initiated GC";
    53 
    53 
    54     case _wb_young_gc:
    54     case _wb_young_gc:
    55       return "WhiteBox Initiated Young GC";
    55       return "WhiteBox Initiated Young GC";
    56 
    56 
       
    57     case _wb_conc_mark:
       
    58       return "WhiteBox Initiated Concurrent Mark";
       
    59 
    57     case _update_allocation_context_stats_inc:
    60     case _update_allocation_context_stats_inc:
    58     case _update_allocation_context_stats_full:
    61     case _update_allocation_context_stats_full:
    59       return "Update Allocation Context Stats";
    62       return "Update Allocation Context Stats";
    60 
    63 
    61     case _no_gc:
    64     case _no_gc: