[Q/A][Java SDK (Component)] JDK代理执行很慢 #14979
Replies: 2 comments
-
|
目前看到进入到了 JdkDynamicAopProxy,然后里边有个切入点,很慢,切入点具体干啥了,还没看到。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
擦,有人做了个AOP。。。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
发现在高并发下,吞吐量掉的很低,使用arthas查看,发现,com.sun.proxy执行耗时500多ms,但是里边代理的实际方法执行只有30多ms,费解。进一步追踪,发现是invoke方法调用慢,占到所有耗时的100%,费解,难道是JDK的问题?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions