comparison 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
comparison
equal deleted inserted replaced
20461:9b8bd21b6823 20462:dce3f772de9f
45 _jvmti_force_gc, 45 _jvmti_force_gc,
46 _gc_locker, 46 _gc_locker,
47 _heap_inspection, 47 _heap_inspection,
48 _heap_dump, 48 _heap_dump,
49 _wb_young_gc, 49 _wb_young_gc,
50 _update_allocation_context_stats,
50 51
51 /* implementation independent, but reserved for GC use */ 52 /* implementation independent, but reserved for GC use */
52 _no_gc, 53 _no_gc,
53 _no_cause_specified, 54 _no_cause_specified,
54 _allocation_failure, 55 _allocation_failure,