Skip to content

Commit caecaac

Browse files
jiangyunpenghengyunabc
authored andcommitted
update DynamicCompiler add -g option for generate LocalVariableTable
1 parent 5426e8a commit caecaac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

memorycompiler/src/main/java/com/taobao/arthas/compiler/DynamicCompiler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public DynamicCompiler(ClassLoader classLoader) {
3333
standardFileManager = javaCompiler.getStandardFileManager(null, null, null);
3434

3535
options.add("-Xlint:unchecked");
36+
options.add("-g");
3637
dynamicClassLoader = new DynamicClassLoader(classLoader);
3738
}
3839

0 commit comments

Comments
 (0)