8
环境信息
使用此版本安装:https://arthas.aliyun.com/doc/install-detail.html#id4
arthas-boot.jar
或者as.sh
的版本: 3.5.4- Arthas 版本: 3.5.4
- 操作系统版本: centos7
- 目标进程的JVM版本: java8
- 执行
arthas-boot
的版本: 3.5.4
- 使用 scala 代码生成的 Jar 来运行常驻服务
- 使用 jad 来反编译某个 package, 再修改反编译出来的 Java 文件
- 再使用 retransform 重新加载,发现报错
[arthas@6425]$ mc /tmp/HadoopRDD.java -d /tmp Memory compiler error, exception message: Compilation Error line: 120 , message: illegal start of expression , line: 317 , message: illegal start of expression , line: 338 , message: illegal start of expression , line: 382 , message: illegal start of expression , line: 661 , message: illegal start of expression , , please check $HOME/logs/arthas/arthas.log for more details.
What do you expected from the above steps? 支持
实际运行的结果实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
上面已贴