src/share/vm/prims/jvmtiClassFileReconstituter.cpp

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 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "classfile/symbolTable.hpp" 32 #include "classfile/symbolTable.hpp"
27 #include "interpreter/bytecodeStream.hpp" 33 #include "interpreter/bytecodeStream.hpp"
28 #include "oops/fieldStreams.hpp" 34 #include "oops/fieldStreams.hpp"
29 #include "prims/jvmtiClassFileReconstituter.hpp" 35 #include "prims/jvmtiClassFileReconstituter.hpp"
40 #ifdef TARGET_ARCH_arm 46 #ifdef TARGET_ARCH_arm
41 # include "bytes_arm.hpp" 47 # include "bytes_arm.hpp"
42 #endif 48 #endif
43 #ifdef TARGET_ARCH_ppc 49 #ifdef TARGET_ARCH_ppc
44 # include "bytes_ppc.hpp" 50 # include "bytes_ppc.hpp"
51 #endif
52 #ifdef TARGET_ARCH_mips
53 # include "bytes_mips.hpp"
45 #endif 54 #endif
46 // FIXME: add Deprecated attribute 55 // FIXME: add Deprecated attribute
47 // FIXME: fix Synthetic attribute 56 // FIXME: fix Synthetic attribute
48 // FIXME: per Serguei, add error return handling for ConstantPool::copy_cpool_bytes() 57 // FIXME: per Serguei, add error return handling for ConstantPool::copy_cpool_bytes()
49 58

mercurial