comparison 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
comparison
equal deleted inserted replaced
20520:4001310db3f5 20522:d3fd73295885
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 _update_allocation_context_stats_inc,
51 _update_allocation_context_stats_full,
51 52
52 /* implementation independent, but reserved for GC use */ 53 /* implementation independent, but reserved for GC use */
53 _no_gc, 54 _no_gc,
54 _no_cause_specified, 55 _no_cause_specified,
55 _allocation_failure, 56 _allocation_failure,