src/share/vm/runtime/simpleThresholdPolicy.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/simpleThresholdPolicy.hpp	Mon Oct 31 17:47:09 2016
--- new/src/share/vm/runtime/simpleThresholdPolicy.hpp	Mon Oct 31 17:47:09 2016

*** 28,37 **** --- 28,39 ---- #include "code/nmethod.hpp" #include "oops/methodData.hpp" #include "runtime/compilationPolicy.hpp" #include "utilities/globalDefinitions.hpp" + #ifdef TIERED + class CompileTask; class CompileQueue; class SimpleThresholdPolicy : public CompilationPolicy { int _c1_count, _c2_count;
*** 116,121 **** --- 118,125 ---- env->comp_level() == CompLevel_full_profile) && callee->has_loops(); } }; + #endif // TIERED + #endif // SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_HPP

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