< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

*** 28,38 **** #include "jvm.h" #include "jvmtifiles/jvmti.h" #include "metaprogramming/isRegisteredEnum.hpp" #include "metaprogramming/integralConstant.hpp" #include "runtime/extendedPC.hpp" ! #include "runtime/handles.hpp" #include "utilities/macros.hpp" #ifndef _WINDOWS # include <setjmp.h> #endif #ifdef __APPLE__ --- 28,39 ---- #include "jvm.h" #include "jvmtifiles/jvmti.h" #include "metaprogramming/isRegisteredEnum.hpp" #include "metaprogramming/integralConstant.hpp" #include "runtime/extendedPC.hpp" ! #include "utilities/exceptions.hpp" ! #include "utilities/ostream.hpp" #include "utilities/macros.hpp" #ifndef _WINDOWS # include <setjmp.h> #endif #ifdef __APPLE__
*** 52,61 **** --- 53,63 ---- class JavaThread; class Event; class DLL; class FileHandle; class NativeCallStack; + class methodHandle; template<class E> class GrowableArray; // %%%%% Moved ThreadState, START_FN, OSThread to new osThread.hpp. -- Rose
< prev index next >