src/share/vm/prims/jvmtiRedefineClasses.hpp

changeset 6876
710a3c8b516e
parent 5421
825e6cb66923
parent 1
2d8a650513c2
child 6877
25e95bb91f45
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_PRIMS_JVMTIREDEFINECLASSES_HPP 31 #ifndef SHARE_VM_PRIMS_JVMTIREDEFINECLASSES_HPP
26 #define SHARE_VM_PRIMS_JVMTIREDEFINECLASSES_HPP 32 #define SHARE_VM_PRIMS_JVMTIREDEFINECLASSES_HPP
27 33
28 #include "jvmtifiles/jvmtiEnv.hpp" 34 #include "jvmtifiles/jvmtiEnv.hpp"
29 #include "memory/oopFactory.hpp" 35 #include "memory/oopFactory.hpp"
30 #include "memory/resourceArea.hpp" 36 #include "memory/resourceArea.hpp"
31 #include "oops/objArrayKlass.hpp" 37 #include "oops/objArrayKlass.hpp"
32 #include "oops/objArrayOop.hpp" 38 #include "oops/objArrayOop.hpp"
33 #include "prims/jvmtiRedefineClassesTrace.hpp" 39 #include "prims/jvmtiRedefineClassesTrace.hpp"
34 #include "runtime/vm_operations.hpp" 40 #include "runtime/vm_operations.hpp"
41 #include "prims/jvmtiThreadState.hpp"
35 42
36 // Introduction: 43 // Introduction:
37 // 44 //
38 // The RedefineClasses() API is used to change the definition of one or 45 // The RedefineClasses() API is used to change the definition of one or
39 // more classes. While the API supports redefining more than one class 46 // more classes. While the API supports redefining more than one class

mercurial