diff --git a/site/docs/doc/faq.md b/site/docs/doc/faq.md index c9778b2e4..610ab3431 100644 --- a/site/docs/doc/faq.md +++ b/site/docs/doc/faq.md @@ -78,6 +78,12 @@ watch demo.MathGame '{params,returnObj,throwExp}' -v watch OuterClass$InnerClass ``` +### 是否支持 watch、trace lambda 类? + +对于lambda生成的类,会跳过处理,因为 JVM 本身限制对 lambda 生成的类做增强。 + +* [https://github.com/alibaba/arthas/issues/1225](https://github.com/alibaba/arthas/issues/1225) + ### 输入中文/Unicode 字符 把中文/Unicode 字符转为`\u`表示方法: diff --git a/site/docs/en/doc/faq.md b/site/docs/en/doc/faq.md index 45c1ae2d0..60dad13fb 100644 --- a/site/docs/en/doc/faq.md +++ b/site/docs/en/doc/faq.md @@ -78,6 +78,12 @@ In the JVM specification the name of inner classes is `OuterClass$InnerClass`. watch OuterClass$InnerClass ``` +### Does it support watch and trace lambda classes? + +For classes generated by lambda, will be skipped because the JVM itself does not allow enhancements to classes generated by lambda. + +* [https://github.com/alibaba/arthas/issues/1225](https://github.com/alibaba/arthas/issues/1225) + ### Enter Unicode characters Convert Unicode characters to `\u` representation: