src/hotspot/share/gc/z/zStat.hpp
changeset 58701 5d10ba4a0468
parent 58125 9b4717ca9bd1
child 58703 c203d10291e1
--- a/src/hotspot/share/gc/z/zStat.hpp	Mon Oct 21 14:04:16 2019 +0800
+++ b/src/hotspot/share/gc/z/zStat.hpp	Mon Oct 21 09:51:24 2019 +0200
@@ -374,6 +374,8 @@
   static void at_start();
   static void at_end(double boost_factor);
 
+  static bool is_first();
+  static bool is_warm();
   static uint64_t ncycles();
   static const AbsSeq& normalized_duration();
   static double time_since_last();