diff -r 518b01b064ff -r 5b173b4ca846 hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp --- a/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp Tue Nov 23 15:01:43 2010 -0500 +++ b/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp Tue Nov 23 13:22:55 2010 -0800 @@ -22,8 +22,17 @@ * */ -# include "incls/_precompiled.incl" -# include "incls/_jvmtiCodeBlobEvents.cpp.incl" +#include "precompiled.hpp" +#include "code/codeBlob.hpp" +#include "code/codeCache.hpp" +#include "code/scopeDesc.hpp" +#include "memory/resourceArea.hpp" +#include "oops/oop.inline.hpp" +#include "prims/jvmtiCodeBlobEvents.hpp" +#include "prims/jvmtiExport.hpp" +#include "runtime/handles.hpp" +#include "runtime/handles.inline.hpp" +#include "runtime/vmThread.hpp" // Support class to collect a list of the non-nmethod CodeBlobs in // the CodeCache.