src/share/vm/classfile/stackMapTable.hpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
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 #ifndef SHARE_VM_CLASSFILE_STACKMAPTABLE_HPP 31 #ifndef SHARE_VM_CLASSFILE_STACKMAPTABLE_HPP
26 #define SHARE_VM_CLASSFILE_STACKMAPTABLE_HPP 32 #define SHARE_VM_CLASSFILE_STACKMAPTABLE_HPP
27 33
28 #include "classfile/stackMapFrame.hpp" 34 #include "classfile/stackMapFrame.hpp"
29 #include "classfile/verifier.hpp" 35 #include "classfile/verifier.hpp"
31 #include "oops/constantPool.hpp" 37 #include "oops/constantPool.hpp"
32 #include "oops/method.hpp" 38 #include "oops/method.hpp"
33 #include "utilities/globalDefinitions.hpp" 39 #include "utilities/globalDefinitions.hpp"
34 #ifdef TARGET_ARCH_x86 40 #ifdef TARGET_ARCH_x86
35 # include "bytes_x86.hpp" 41 # include "bytes_x86.hpp"
42 #endif
43 #ifdef TARGET_ARCH_mips
44 # include "bytes_mips.hpp"
36 #endif 45 #endif
37 #ifdef TARGET_ARCH_sparc 46 #ifdef TARGET_ARCH_sparc
38 # include "bytes_sparc.hpp" 47 # include "bytes_sparc.hpp"
39 #endif 48 #endif
40 #ifdef TARGET_ARCH_zero 49 #ifdef TARGET_ARCH_zero

mercurial