src/share/vm/runtime/advancedThresholdPolicy.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/advancedThresholdPolicy.hpp

src/share/vm/runtime/advancedThresholdPolicy.hpp

Print this page

        

*** 203,212 **** --- 203,214 ---- // Is method profiled enough? bool is_method_profiled(Method* method); double _increase_threshold_at_ratio; + bool maybe_switch_to_aot(methodHandle mh, CompLevel cur_level, CompLevel next_level, JavaThread* thread); + protected: void print_specific(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel level); void set_increase_threshold_at_ratio() { _increase_threshold_at_ratio = 100 / (100 - (double)IncreaseFirstTierCompileThresholdAt); } void set_start_time(jlong t) { _start_time = t; }
src/share/vm/runtime/advancedThresholdPolicy.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File