< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

@@ -28,11 +28,12 @@
 #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/exceptions.hpp"
+#include "utilities/ostream.hpp"
 #include "utilities/macros.hpp"
 #ifndef _WINDOWS
 # include <setjmp.h>
 #endif
 #ifdef __APPLE__

@@ -52,10 +53,11 @@
 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 >