hotspot/src/os/windows/vm/os_windows.cpp
changeset 13932 b8d718f01df4
parent 13195 be27e1b6a4b9
child 14284 ceb386367065
equal deleted inserted replaced
13931:37366c0290fc 13932:b8d718f01df4
    66 #include "utilities/growableArray.hpp"
    66 #include "utilities/growableArray.hpp"
    67 #include "utilities/vmError.hpp"
    67 #include "utilities/vmError.hpp"
    68 #ifdef TARGET_ARCH_x86
    68 #ifdef TARGET_ARCH_x86
    69 # include "assembler_x86.inline.hpp"
    69 # include "assembler_x86.inline.hpp"
    70 # include "nativeInst_x86.hpp"
    70 # include "nativeInst_x86.hpp"
    71 #endif
       
    72 #ifdef COMPILER1
       
    73 #include "c1/c1_Runtime1.hpp"
       
    74 #endif
       
    75 #ifdef COMPILER2
       
    76 #include "opto/runtime.hpp"
       
    77 #endif
    71 #endif
    78 
    72 
    79 #ifdef _DEBUG
    73 #ifdef _DEBUG
    80 #include <crtdbg.h>
    74 #include <crtdbg.h>
    81 #endif
    75 #endif