comparison src/share/vm/gc_interface/gcCause.cpp @ 20462:dce3f772de9f

8058235: identify GCs initiated to update allocation context stats Reviewed-by: mikael, sjohanss
author jcoomes
date Thu, 11 Sep 2014 17:13:30 -0700
parents 4bfc44ba0d19
children d3fd73295885
comparison
equal deleted inserted replaced
20461:9b8bd21b6823 20462:dce3f772de9f
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:
58 return "Update Allocation Context Stats";
59
57 case _no_gc: 60 case _no_gc:
58 return "No GC"; 61 return "No GC";
59 62
60 case _allocation_failure: 63 case _allocation_failure:
61 return "Allocation Failure"; 64 return "Allocation Failure";