src/hotspot/share/compiler/compileBroker.hpp
changeset 59050 7bbaa3c416e7
parent 55294 3493c1bc59fd
child 59125 5ac4a49f5399
equal deleted inserted replaced
59049:dc1899bb84c0 59050:7bbaa3c416e7
   393     assert(_compiler2_objects != NULL, "must be initialized");
   393     assert(_compiler2_objects != NULL, "must be initialized");
   394     assert(idx < _c2_count, "oob");
   394     assert(idx < _c2_count, "oob");
   395     return _compiler2_objects[idx];
   395     return _compiler2_objects[idx];
   396   }
   396   }
   397 
   397 
       
   398   static bool can_remove(CompilerThread *ct, bool do_it);
       
   399 
   398   static CompileLog* get_log(CompilerThread* ct);
   400   static CompileLog* get_log(CompilerThread* ct);
   399 
   401 
   400   static int get_total_compile_count() {            return _total_compile_count; }
   402   static int get_total_compile_count() {            return _total_compile_count; }
   401   static int get_total_bailout_count() {            return _total_bailout_count; }
   403   static int get_total_bailout_count() {            return _total_bailout_count; }
   402   static int get_total_invalidated_count() {        return _total_invalidated_count; }
   404   static int get_total_invalidated_count() {        return _total_invalidated_count; }