comparison src/os/solaris/vm/os_solaris.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 716e6ef4482a
children fb19af007ffc
comparison
equal deleted inserted replaced
6824:f13867c41f73 6825:bf2edd3c9b0f
67 # include "nativeInst_x86.hpp" 67 # include "nativeInst_x86.hpp"
68 #endif 68 #endif
69 #ifdef TARGET_ARCH_sparc 69 #ifdef TARGET_ARCH_sparc
70 # include "assembler_sparc.inline.hpp" 70 # include "assembler_sparc.inline.hpp"
71 # include "nativeInst_sparc.hpp" 71 # include "nativeInst_sparc.hpp"
72 #endif
73 #ifdef COMPILER1
74 #include "c1/c1_Runtime1.hpp"
75 #endif
76 #ifdef COMPILER2
77 #include "opto/runtime.hpp"
78 #endif 72 #endif
79 73
80 // put OS-includes here 74 // put OS-includes here
81 # include <dlfcn.h> 75 # include <dlfcn.h>
82 # include <errno.h> 76 # include <errno.h>