src/share/vm/classfile/verifier.cpp

changeset 7535
7ae4e26cb1e0
parent 7476
c2844108a708
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/classFileStream.hpp" 32 #include "classfile/classFileStream.hpp"
27 #include "classfile/javaClasses.hpp" 33 #include "classfile/javaClasses.hpp"
45 #include "runtime/javaCalls.hpp" 51 #include "runtime/javaCalls.hpp"
46 #include "runtime/orderAccess.inline.hpp" 52 #include "runtime/orderAccess.inline.hpp"
47 #include "runtime/os.hpp" 53 #include "runtime/os.hpp"
48 #ifdef TARGET_ARCH_x86 54 #ifdef TARGET_ARCH_x86
49 # include "bytes_x86.hpp" 55 # include "bytes_x86.hpp"
56 #endif
57 #ifdef TARGET_ARCH_mips
58 # include "bytes_mips.hpp"
50 #endif 59 #endif
51 #ifdef TARGET_ARCH_sparc 60 #ifdef TARGET_ARCH_sparc
52 # include "bytes_sparc.hpp" 61 # include "bytes_sparc.hpp"
53 #endif 62 #endif
54 #ifdef TARGET_ARCH_zero 63 #ifdef TARGET_ARCH_zero

mercurial