src/hotspot/share/gc/shared/gcCause.hpp
changeset 55002 da9840e2f7da
parent 53244 9807daeb47c4
child 59053 ba6c248cae19
equal deleted inserted replaced
55001:7dd0430a6997 55002:da9840e2f7da
    89     _z_timer,
    89     _z_timer,
    90     _z_warmup,
    90     _z_warmup,
    91     _z_allocation_rate,
    91     _z_allocation_rate,
    92     _z_allocation_stall,
    92     _z_allocation_stall,
    93     _z_proactive,
    93     _z_proactive,
       
    94     _z_high_usage,
    94 
    95 
    95     _last_gc_cause
    96     _last_gc_cause
    96   };
    97   };
    97 
    98 
    98   inline static bool is_user_requested_gc(GCCause::Cause cause) {
    99   inline static bool is_user_requested_gc(GCCause::Cause cause) {