mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update DynamicCompiler add -g option for generate LocalVariableTable
This commit is contained in:
committed by
hengyunabc
parent
5426e8a971
commit
caecaac1a9
@@ -33,6 +33,7 @@ public class DynamicCompiler {
|
||||
standardFileManager = javaCompiler.getStandardFileManager(null, null, null);
|
||||
|
||||
options.add("-Xlint:unchecked");
|
||||
options.add("-g");
|
||||
dynamicClassLoader = new DynamicClassLoader(classLoader);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user