< prev index next >

src/hotspot/share/gc/g1/g1Policy.hpp

Print this page
rev 60061 : imported patch 8210462-kbarrett-review

*** 275,284 **** --- 275,285 ---- Cleanup, Remark }; static bool is_young_only_pause(PauseKind kind); + static bool is_mixed_pause(PauseKind kind); static bool is_last_young_pause(PauseKind kind); static bool is_concurrent_start_pause(PauseKind kind); // Calculate PauseKind from internal state. PauseKind young_gc_pause_kind() const; // Record the given STW pause with the given start and end times (in s).
< prev index next >