src/share/vm/opto/runtime.cpp

changeset 7535
7ae4e26cb1e0
parent 7152
166d744df0de
parent 6876
710a3c8b516e
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
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/systemDictionary.hpp" 32 #include "classfile/systemDictionary.hpp"
27 #include "classfile/vmSymbols.hpp" 33 #include "classfile/vmSymbols.hpp"
72 # include "adfiles/ad_x86_32.hpp" 78 # include "adfiles/ad_x86_32.hpp"
73 #endif 79 #endif
74 #ifdef TARGET_ARCH_MODEL_x86_64 80 #ifdef TARGET_ARCH_MODEL_x86_64
75 # include "adfiles/ad_x86_64.hpp" 81 # include "adfiles/ad_x86_64.hpp"
76 #endif 82 #endif
83 #ifdef TARGET_ARCH_MODEL_mips_64
84 # include "adfiles/ad_mips_64.hpp"
85 #endif
77 #ifdef TARGET_ARCH_MODEL_sparc 86 #ifdef TARGET_ARCH_MODEL_sparc
78 # include "adfiles/ad_sparc.hpp" 87 # include "adfiles/ad_sparc.hpp"
79 #endif 88 #endif
80 #ifdef TARGET_ARCH_MODEL_zero 89 #ifdef TARGET_ARCH_MODEL_zero
81 # include "adfiles/ad_zero.hpp" 90 # include "adfiles/ad_zero.hpp"

mercurial