src/share/vm/c1/c1_Compilation.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_Compilation.hpp	Tue May  6 15:12:59 2014
--- new/src/share/vm/c1/c1_Compilation.hpp	Tue May  6 15:12:59 2014

*** 249,258 **** --- 249,262 ---- } bool profile_return() { return env()->comp_level() == CompLevel_full_profile && C1UpdateMethodData && MethodData::profile_return(); } + bool age_code() const { + return MethodCounters::should_nmethod_age(_method->nmethod_age()); + } + // will compilation make optimistic assumptions that might lead to // deoptimization and that the runtime will account for? bool is_optimistic() const { return !TieredCompilation && (RangeCheckElimination || UseLoopInvariantCodeMotion) &&

src/share/vm/c1/c1_Compilation.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File