diff src/share/vm/gc_interface/gcCause.hpp @ 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
line wrap: on
line diff
--- a/src/share/vm/gc_interface/gcCause.hpp	Thu Sep 11 14:21:24 2014 +0200
+++ b/src/share/vm/gc_interface/gcCause.hpp	Thu Sep 11 17:13:30 2014 -0700
@@ -47,6 +47,7 @@
     _heap_inspection,
     _heap_dump,
     _wb_young_gc,
+    _update_allocation_context_stats,
 
     /* implementation independent, but reserved for GC use */
     _no_gc,