< prev index next >

src/share/vm/runtime/os.hpp

Print this page

        

@@ -26,11 +26,10 @@
 #define SHARE_VM_RUNTIME_OS_HPP
 
 #include "jvmtifiles/jvmti.h"
 #include "runtime/atomic.hpp"
 #include "runtime/extendedPC.hpp"
-#include "runtime/handles.hpp"
 #include "utilities/top.hpp"
 #ifdef TARGET_OS_FAMILY_linux
 # include "jvm_linux.h"
 # include <setjmp.h>
 #endif

@@ -52,10 +51,12 @@
 #  include <mach/mach_time.h>
 # endif
 #endif
 
 class AgentLibrary;
+class methodHandle;
+class instanceKlassHandle;
 
 // os defines the interface to operating system; this includes traditional
 // OS services (time, I/O) as well as other functionality with system-
 // dependent code.
 
< prev index next >