diff -r 518b01b064ff -r 5b173b4ca846 hotspot/src/share/vm/code/stubs.cpp --- a/hotspot/src/share/vm/code/stubs.cpp Tue Nov 23 15:01:43 2010 -0500 +++ b/hotspot/src/share/vm/code/stubs.cpp Tue Nov 23 13:22:55 2010 -0800 @@ -22,8 +22,12 @@ * */ -#include "incls/_precompiled.incl" -#include "incls/_stubs.cpp.incl" +#include "precompiled.hpp" +#include "code/codeBlob.hpp" +#include "code/stubs.hpp" +#include "memory/allocation.inline.hpp" +#include "oops/oop.inline.hpp" +#include "runtime/mutexLocker.hpp" // Implementation of StubQueue