--- old/src/share/vm/runtime/simpleThresholdPolicy.cpp 2010-10-28 14:02:08.000000000 +0200 +++ new/src/share/vm/runtime/simpleThresholdPolicy.cpp 2010-10-28 14:02:08.000000000 +0200 @@ -22,8 +22,12 @@ * */ -# include "incls/_precompiled.incl" -# include "incls/_simpleThresholdPolicy.cpp.incl" +#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,