diff src/share/vm/gc_interface/gcCause.hpp @ 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.hpp	Thu Nov 21 09:57:00 2013 -0800
+++ b/src/share/vm/gc_interface/gcCause.hpp	Mon Oct 06 10:11:13 2014 +0200
@@ -47,7 +47,8 @@
     _heap_inspection,
     _heap_dump,
     _wb_young_gc,
-    _update_allocation_context_stats,
+    _update_allocation_context_stats_inc,
+    _update_allocation_context_stats_full,
 
     /* implementation independent, but reserved for GC use */
     _no_gc,