comparison src/share/vm/gc_interface/gcCause.cpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 89152779163c d3fd73295885
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
49 return "Heap Inspection Initiated GC"; 49 return "Heap Inspection Initiated GC";
50 50
51 case _heap_dump: 51 case _heap_dump:
52 return "Heap Dump Initiated GC"; 52 return "Heap Dump Initiated GC";
53 53
54 case _wb_young_gc:
55 return "WhiteBox Initiated Young GC";
56
57 case _update_allocation_context_stats_inc:
58 case _update_allocation_context_stats_full:
59 return "Update Allocation Context Stats";
60
54 case _no_gc: 61 case _no_gc:
55 return "No GC"; 62 return "No GC";
56 63
57 case _allocation_failure: 64 case _allocation_failure:
58 return "Allocation Failure"; 65 return "Allocation Failure";