diff 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
line wrap: on
line diff
--- a/src/share/vm/gc_interface/gcCause.cpp	Tue Apr 07 11:20:51 2015 +0200
+++ b/src/share/vm/gc_interface/gcCause.cpp	Tue Apr 07 14:58:49 2015 +0200
@@ -51,6 +51,13 @@
     case _heap_dump:
       return "Heap Dump Initiated GC";
 
+    case _wb_young_gc:
+      return "WhiteBox Initiated Young GC";
+
+    case _update_allocation_context_stats_inc:
+    case _update_allocation_context_stats_full:
+      return "Update Allocation Context Stats";
+
     case _no_gc:
       return "No GC";