YANGJIESUN

Results 4 issues of YANGJIESUN

### Question the default dubbo param build function is following: Is possible to get wrong parameter order when gson deserialize the json?or keySet return unsorted set

type: question

当前问题如下:测试环境会使用 jacoco-agent,jacoco 为了统计覆盖率会在每个返回的数据中添加一个$jacocoData字段,这个字段是synthetic属性,这个字段 arthas watch 命令会感知和输出,会比较影响调试。看了下 jacoco 文档https://www.eclemma.org/jacoco/trunk/doc/faq.html, 里面是建议应用程序需要屏蔽synthetic字段的 ![image](https://github.com/alibaba/arthas/assets/49791601/5340e237-db65-4a1f-a720-3d492072fbbd)

![image](https://github.com/apache/dubbo/assets/49791601/06e99c6c-ea25-4a35-b287-d27410767b74) 消费者归属应用是unknown,实际找到这些 ip 的时候这些应用已经设置过dubbo.application.name了 注册中心是 nacos

jvm runtime: openjdk17 bytebudy version: 1.14.3 i tried to interrupt " java.time.Clock#instant" method with below code, but it did not work? ```java new AgentBuilder.Default() .disableClassFormatChanges() .ignore(nameStartsWith("net.bytebuddy.")) .with(new TransformListener()) .with(new ByteBuddy().with(Implementation.Context.Disabled.Factory.INSTANCE))...

question