java -verbose:class
打印加载的类
jmap -dump:format=b,file=test.bin 4939
dump内存
打印类所在的文件
this.getClass().getProtectionDomain().getCodeSource().getLocation().getFile()
java -verbose:class
打印加载的类
jmap -dump:format=b,file=test.bin 4939
dump内存
打印类所在的文件
this.getClass().getProtectionDomain().getCodeSource().getLocation().getFile()