src/share/vm/gc_interface/gcCause.cpp

changeset 7236
d3fd73295885
parent 7176
dce3f772de9f
child 7535
7ae4e26cb1e0
child 8194
047a642c9729
equal deleted inserted replaced
7234:4001310db3f5 7236:d3fd73295885
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 _update_allocation_context_stats: 57 case _update_allocation_context_stats_inc:
58 case _update_allocation_context_stats_full:
58 return "Update Allocation Context Stats"; 59 return "Update Allocation Context Stats";
59 60
60 case _no_gc: 61 case _no_gc:
61 return "No GC"; 62 return "No GC";
62 63

mercurial