diff src/share/vm/gc_interface/gcCause.cpp @ 20522:d3fd73295885

8059466: Force young GC to initiate marking cycle when stat update is requested Summary: Enable yc to be forced for stat update. Reviewed-by: mgerdin, jcoomes
author sjohanss
date Mon, 06 Oct 2014 10:11:13 +0200
parents dce3f772de9f
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/gc_interface/gcCause.cpp	Thu Nov 21 09:57:00 2013 -0800
+++ b/src/share/vm/gc_interface/gcCause.cpp	Mon Oct 06 10:11:13 2014 +0200
@@ -54,7 +54,8 @@
     case _wb_young_gc:
       return "WhiteBox Initiated Young GC";
 
-    case _update_allocation_context_stats:
+    case _update_allocation_context_stats_inc:
+    case _update_allocation_context_stats_full:
       return "Update Allocation Context Stats";
 
     case _no_gc: