src/hotspot/share/runtime/os.hpp
changeset 47765 b7c7428eaab9
parent 47572 552a97e8edad
child 47903 7f22774a5f42
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_OS_HPP
    25 #ifndef SHARE_VM_RUNTIME_OS_HPP
    26 #define SHARE_VM_RUNTIME_OS_HPP
    26 #define SHARE_VM_RUNTIME_OS_HPP
    27 
    27 
       
    28 #include "jvm.h"
    28 #include "jvmtifiles/jvmti.h"
    29 #include "jvmtifiles/jvmti.h"
    29 #include "prims/jvm.h"
       
    30 #include "runtime/extendedPC.hpp"
    30 #include "runtime/extendedPC.hpp"
    31 #include "runtime/handles.hpp"
    31 #include "runtime/handles.hpp"
    32 #include "utilities/macros.hpp"
    32 #include "utilities/macros.hpp"
    33 #ifndef _WINDOWS
    33 #ifndef _WINDOWS
    34 # include <setjmp.h>
    34 # include <setjmp.h>