src/os/linux/vm/os_linux.cpp

changeset 4136
bf2edd3c9b0f
parent 3903
65906dc96aa1
child 4261
6cb0d32b828b
equal deleted inserted replaced
4135:f13867c41f73 4136:bf2edd3c9b0f
80 #endif 80 #endif
81 #ifdef TARGET_ARCH_ppc 81 #ifdef TARGET_ARCH_ppc
82 # include "assembler_ppc.inline.hpp" 82 # include "assembler_ppc.inline.hpp"
83 # include "nativeInst_ppc.hpp" 83 # include "nativeInst_ppc.hpp"
84 #endif 84 #endif
85 #ifdef COMPILER1
86 #include "c1/c1_Runtime1.hpp"
87 #endif
88 #ifdef COMPILER2
89 #include "opto/runtime.hpp"
90 #endif
91 85
92 // put OS-includes here 86 // put OS-includes here
93 # include <sys/types.h> 87 # include <sys/types.h>
94 # include <sys/mman.h> 88 # include <sys/mman.h>
95 # include <sys/stat.h> 89 # include <sys/stat.h>

mercurial