|
|
@ -1,6 +1,8 @@
|
|
|
|
retransform
|
|
|
|
retransform
|
|
|
|
========
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[`mc-retransform` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials?language=en&id=command-mc-retransform)
|
|
|
|
|
|
|
|
|
|
|
|
> Load the external `*.class` files to retransform the loaded classes in JVM.
|
|
|
|
> Load the external `*.class` files to retransform the loaded classes in JVM.
|
|
|
|
|
|
|
|
|
|
|
|
Reference: [Instrumentation#retransformClasses](https://docs.oracle.com/javase/8/docs/api/java/lang/instrument/Instrumentation.html#retransformClasses-java.lang.Class...-)
|
|
|
|
Reference: [Instrumentation#retransformClasses](https://docs.oracle.com/javase/8/docs/api/java/lang/instrument/Instrumentation.html#retransformClasses-java.lang.Class...-)
|
|
|
|