src/share/vm/runtime/vmStructs.cpp

changeset 6876
710a3c8b516e
parent 6518
62c54fcc0a35
parent 1
2d8a650513c2
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */
24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
23 */ 29 */
24 30
25 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "classfile/dictionary.hpp" 32 #include "classfile/dictionary.hpp"
27 #include "classfile/javaClasses.hpp" 33 #include "classfile/javaClasses.hpp"
116 # include "vmStructs_arm.hpp" 122 # include "vmStructs_arm.hpp"
117 #endif 123 #endif
118 #ifdef TARGET_ARCH_ppc 124 #ifdef TARGET_ARCH_ppc
119 # include "vmStructs_ppc.hpp" 125 # include "vmStructs_ppc.hpp"
120 #endif 126 #endif
127 #ifdef TARGET_ARCH_mips
128 # include "vmStructs_mips.hpp"
129 #endif
121 #ifdef TARGET_OS_ARCH_linux_x86 130 #ifdef TARGET_OS_ARCH_linux_x86
122 # include "vmStructs_linux_x86.hpp" 131 # include "vmStructs_linux_x86.hpp"
123 #endif 132 #endif
124 #ifdef TARGET_OS_ARCH_linux_sparc 133 #ifdef TARGET_OS_ARCH_linux_sparc
125 # include "vmStructs_linux_sparc.hpp" 134 # include "vmStructs_linux_sparc.hpp"
135 #endif
136 #ifdef TARGET_OS_ARCH_linux_mips
137 # include "vmStructs_linux_mips.hpp"
126 #endif 138 #endif
127 #ifdef TARGET_OS_ARCH_linux_zero 139 #ifdef TARGET_OS_ARCH_linux_zero
128 # include "vmStructs_linux_zero.hpp" 140 # include "vmStructs_linux_zero.hpp"
129 #endif 141 #endif
130 #ifdef TARGET_OS_ARCH_solaris_x86 142 #ifdef TARGET_OS_ARCH_solaris_x86
189 #ifdef TARGET_ARCH_MODEL_x86_32 201 #ifdef TARGET_ARCH_MODEL_x86_32
190 # include "adfiles/adGlobals_x86_32.hpp" 202 # include "adfiles/adGlobals_x86_32.hpp"
191 #endif 203 #endif
192 #ifdef TARGET_ARCH_MODEL_x86_64 204 #ifdef TARGET_ARCH_MODEL_x86_64
193 # include "adfiles/adGlobals_x86_64.hpp" 205 # include "adfiles/adGlobals_x86_64.hpp"
206 #endif
207 #ifdef TARGET_ARCH_MODEL_mips_64
208 # include "adfiles/adGlobals_mips_64.hpp"
194 #endif 209 #endif
195 #ifdef TARGET_ARCH_MODEL_sparc 210 #ifdef TARGET_ARCH_MODEL_sparc
196 # include "adfiles/adGlobals_sparc.hpp" 211 # include "adfiles/adGlobals_sparc.hpp"
197 #endif 212 #endif
198 #ifdef TARGET_ARCH_MODEL_zero 213 #ifdef TARGET_ARCH_MODEL_zero

mercurial