diff src/os/windows/vm/os_windows.cpp @ 6825:bf2edd3c9b0f

8000102: Resolve include conflicts Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files. Reviewed-by: kvn Contributed-by: nils.eliasson@oracle.com
author neliasso
date Thu, 04 Oct 2012 06:31:07 -0700
parents d2a62e0f25eb
children 5ec0c42da025
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Tue Oct 02 14:49:21 2012 -0700
+++ b/src/os/windows/vm/os_windows.cpp	Thu Oct 04 06:31:07 2012 -0700
@@ -69,12 +69,6 @@
 # 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>