update RedefineCommand.java

This commit is contained in:
hengyunabc 2021-01-07 17:45:57 +08:00
parent 668e4537c4
commit 1a047c7056

View File

@ -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);