src/share/vm/classfile/classFileStream.hpp

changeset 6876
710a3c8b516e
parent 6198
55fb97c4c58d
parent 1
2d8a650513c2
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
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_CLASSFILESTREAM_HPP 31 #ifndef SHARE_VM_CLASSFILE_CLASSFILESTREAM_HPP
26 #define SHARE_VM_CLASSFILE_CLASSFILESTREAM_HPP 32 #define SHARE_VM_CLASSFILE_CLASSFILESTREAM_HPP
27 33
28 #include "utilities/top.hpp" 34 #include "utilities/top.hpp"
29 #ifdef TARGET_ARCH_x86 35 #ifdef TARGET_ARCH_x86
30 # include "bytes_x86.hpp" 36 # include "bytes_x86.hpp"
37 #endif
38 #ifdef TARGET_ARCH_mips
39 # include "bytes_mips.hpp"
31 #endif 40 #endif
32 #ifdef TARGET_ARCH_sparc 41 #ifdef TARGET_ARCH_sparc
33 # include "bytes_sparc.hpp" 42 # include "bytes_sparc.hpp"
34 #endif 43 #endif
35 #ifdef TARGET_ARCH_zero 44 #ifdef TARGET_ARCH_zero

mercurial