src/hotspot/share/prims/jvmtiRedefineClasses.hpp
changeset 52877 9e041366c764
parent 50735 2f2af62dfac7
child 53244 9807daeb47c4
equal deleted inserted replaced
52876:2d17750d41e7 52877:9e041366c764
    28 #include "jvmtifiles/jvmtiEnv.hpp"
    28 #include "jvmtifiles/jvmtiEnv.hpp"
    29 #include "memory/oopFactory.hpp"
    29 #include "memory/oopFactory.hpp"
    30 #include "memory/resourceArea.hpp"
    30 #include "memory/resourceArea.hpp"
    31 #include "oops/objArrayKlass.hpp"
    31 #include "oops/objArrayKlass.hpp"
    32 #include "oops/objArrayOop.hpp"
    32 #include "oops/objArrayOop.hpp"
    33 #include "runtime/vm_operations.hpp"
    33 #include "runtime/vmOperations.hpp"
    34 
    34 
    35 // Introduction:
    35 // Introduction:
    36 //
    36 //
    37 // The RedefineClasses() API is used to change the definition of one or
    37 // The RedefineClasses() API is used to change the definition of one or
    38 // more classes. While the API supports redefining more than one class
    38 // more classes. While the API supports redefining more than one class