src/share/vm/interpreter/bytecodeStream.hpp

changeset 8604
04d83ba48607
parent 8498
9edc175ff3e6
parent 6876
710a3c8b516e
equal deleted inserted replaced
8603:e134dc1879b7 8604:04d83ba48607
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 #ifndef SHARE_VM_INTERPRETER_BYTECODESTREAM_HPP 31 #ifndef SHARE_VM_INTERPRETER_BYTECODESTREAM_HPP
26 #define SHARE_VM_INTERPRETER_BYTECODESTREAM_HPP 32 #define SHARE_VM_INTERPRETER_BYTECODESTREAM_HPP
27 33
29 #include "memory/allocation.hpp" 35 #include "memory/allocation.hpp"
30 #include "oops/method.hpp" 36 #include "oops/method.hpp"
31 #include "runtime/handles.inline.hpp" 37 #include "runtime/handles.inline.hpp"
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