src/share/vm/c1/c1_FrameMap.cpp

changeset 6876
710a3c8b516e
parent 6503
a9becfeecd1b
parent 1
2d8a650513c2
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 "c1/c1_FrameMap.hpp" 32 #include "c1/c1_FrameMap.hpp"
27 #include "c1/c1_LIR.hpp" 33 #include "c1/c1_LIR.hpp"
28 #include "runtime/sharedRuntime.hpp" 34 #include "runtime/sharedRuntime.hpp"
29 #ifdef TARGET_ARCH_x86 35 #ifdef TARGET_ARCH_x86
30 # include "vmreg_x86.inline.hpp" 36 # include "vmreg_x86.inline.hpp"
37 #endif
38 #ifdef TARGET_ARCH_mips
39 # include "vmreg_mips.inline.hpp"
31 #endif 40 #endif
32 #ifdef TARGET_ARCH_sparc 41 #ifdef TARGET_ARCH_sparc
33 # include "vmreg_sparc.inline.hpp" 42 # include "vmreg_sparc.inline.hpp"
34 #endif 43 #endif
35 #ifdef TARGET_ARCH_zero 44 #ifdef TARGET_ARCH_zero

mercurial