src/share/vm/classfile/bytecodeAssembler.cpp

changeset 7535
7ae4e26cb1e0
parent 6876
710a3c8b516e
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
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 */ 23 */
24 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.
29 */
30
25 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 32
27 #include "classfile/bytecodeAssembler.hpp" 33 #include "classfile/bytecodeAssembler.hpp"
28 #include "interpreter/bytecodes.hpp" 34 #include "interpreter/bytecodes.hpp"
29 #include "memory/oopFactory.hpp" 35 #include "memory/oopFactory.hpp"
30 #include "oops/constantPool.hpp" 36 #include "oops/constantPool.hpp"
31 37
32 #ifdef TARGET_ARCH_x86 38 #ifdef TARGET_ARCH_x86
33 # include "bytes_x86.hpp" 39 # include "bytes_x86.hpp"
40 #endif
41 #ifdef TARGET_ARCH_mips
42 # include "bytes_mips.hpp"
34 #endif 43 #endif
35 #ifdef TARGET_ARCH_sparc 44 #ifdef TARGET_ARCH_sparc
36 # include "bytes_sparc.hpp" 45 # include "bytes_sparc.hpp"
37 #endif 46 #endif
38 #ifdef TARGET_ARCH_zero 47 #ifdef TARGET_ARCH_zero

mercurial