mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-29 18:58:37 +08:00
update RedefineCommand.java
This commit is contained in:
parent
668e4537c4
commit
1a047c7056
@ -40,6 +40,7 @@ import com.taobao.middleware.cli.annotations.Summary;
|
|||||||
@Description(Constants.EXAMPLE +
|
@Description(Constants.EXAMPLE +
|
||||||
" redefine /tmp/Test.class\n" +
|
" redefine /tmp/Test.class\n" +
|
||||||
" redefine -c 327a647b /tmp/Test.class /tmp/Test\\$Inner.class \n" +
|
" redefine -c 327a647b /tmp/Test.class /tmp/Test\\$Inner.class \n" +
|
||||||
|
" redefine --classLoaderClass 'sun.misc.Launcher$AppClassLoader' /tmp/Test.class \n" +
|
||||||
Constants.WIKI + Constants.WIKI_HOME + "redefine")
|
Constants.WIKI + Constants.WIKI_HOME + "redefine")
|
||||||
public class RedefineCommand extends AnnotatedCommand {
|
public class RedefineCommand extends AnnotatedCommand {
|
||||||
private static final Logger logger = LoggerFactory.getLogger(RedefineCommand.class);
|
private static final Logger logger = LoggerFactory.getLogger(RedefineCommand.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user