comparison src/share/vm/gc_interface/gcCause.hpp @ 20357:4bfc44ba0d19

8055098: WB API should be extended to provide information about size and age of object. Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC. Reviewed-by: tschatzl, sjohanss Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
author tschatzl
date Thu, 21 Aug 2014 16:44:41 +0200
parents 55fb97c4c58d
children dce3f772de9f
comparison
equal deleted inserted replaced
20355:47e8e40b94d3 20357:4bfc44ba0d19
44 _allocation_profiler, 44 _allocation_profiler,
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 50
50 /* implementation independent, but reserved for GC use */ 51 /* implementation independent, but reserved for GC use */
51 _no_gc, 52 _no_gc,
52 _no_cause_specified, 53 _no_cause_specified,
53 _allocation_failure, 54 _allocation_failure,