Instrumentation.redefineClasses
method. Serves to bind the Class
that needs redefining together with the new class file bytes.
@see java.lang.instrument.Instrumentation#redefineClasses
@since 1.5
After a class definition is in the symbol table, it should always be accessed through the read-only IClassDefinition
interface.
|
|
|
|
|
|