src/os/windows/vm/os_windows.cpp

Print this page

        

*** 67,82 **** #include "utilities/vmError.hpp" #ifdef TARGET_ARCH_x86 # include "assembler_x86.inline.hpp" # include "nativeInst_x86.hpp" #endif - #ifdef COMPILER1 - #include "c1/c1_Runtime1.hpp" - #endif - #ifdef COMPILER2 - #include "opto/runtime.hpp" - #endif #ifdef _DEBUG #include <crtdbg.h> #endif --- 67,76 ----