src/share/vm/gc_interface/gcCause.cpp

changeset 8194
047a642c9729
parent 7236
d3fd73295885
child 8604
04d83ba48607
equal deleted inserted replaced
8193:70649f10b88c 8194:047a642c9729
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:

mercurial