src/share/vm/runtime/simpleThresholdPolicy.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! # include "incls/_precompiled.incl" ! # include "incls/_simpleThresholdPolicy.cpp.incl" // Print an event. void SimpleThresholdPolicy::print_event(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel level) { bool inlinee_event = mh() != imh(); --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "compiler/compileBroker.hpp" ! #include "memory/resourceArea.hpp" ! #include "runtime/arguments.hpp" ! #include "runtime/simpleThresholdPolicy.hpp" ! #include "runtime/simpleThresholdPolicy.inline.hpp" // Print an event. void SimpleThresholdPolicy::print_event(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel level) { bool inlinee_event = mh() != imh();