mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
322 B
Markdown
7 lines
322 B
Markdown
4 years ago
|
|
||
|
> Memory compiler, compiles `.java` files into `.class` files in memory.
|
||
|
|
||
|
The classloader can be specified with the `-c`/`--classLoaderClass` option, the output directory can be specified with the `-d` option.
|
||
|
|
||
|
After compiling the `.class` file, you can use the `retransform` command to update the loaded classes in JVM.
|