equal
deleted
inserted
replaced
76 _g1_inc_collection_pause, |
76 _g1_inc_collection_pause, |
77 _g1_humongous_allocation, |
77 _g1_humongous_allocation, |
78 |
78 |
79 _dcmd_gc_run, |
79 _dcmd_gc_run, |
80 |
80 |
|
81 _z_timer, |
|
82 _z_warmup, |
|
83 _z_allocation_rate, |
|
84 _z_allocation_stall, |
|
85 _z_proactive, |
|
86 |
81 _last_gc_cause |
87 _last_gc_cause |
82 }; |
88 }; |
83 |
89 |
84 inline static bool is_user_requested_gc(GCCause::Cause cause) { |
90 inline static bool is_user_requested_gc(GCCause::Cause cause) { |
85 return (cause == GCCause::_java_lang_system_gc || |
91 return (cause == GCCause::_java_lang_system_gc || |