< prev index next >

src/hotspot/share/gc/shared/gcCause.hpp

Print this page

        

*** 76,85 **** --- 76,91 ---- _g1_inc_collection_pause, _g1_humongous_allocation, _dcmd_gc_run, + _z_timer, + _z_warmup, + _z_allocation_rate, + _z_allocation_stall, + _z_proactive, + _last_gc_cause }; inline static bool is_user_requested_gc(GCCause::Cause cause) { return (cause == GCCause::_java_lang_system_gc ||
< prev index next >