src/hotspot/share/compiler/compileBroker.hpp
changeset 59050 7bbaa3c416e7
parent 55294 3493c1bc59fd
child 59125 5ac4a49f5399
--- a/src/hotspot/share/compiler/compileBroker.hpp	Wed Nov 13 17:24:53 2019 +0800
+++ b/src/hotspot/share/compiler/compileBroker.hpp	Mon Oct 21 19:58:16 2019 +0200
@@ -395,6 +395,8 @@
     return _compiler2_objects[idx];
   }
 
+  static bool can_remove(CompilerThread *ct, bool do_it);
+
   static CompileLog* get_log(CompilerThread* ct);
 
   static int get_total_compile_count() {            return _total_compile_count; }