-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip] 使用byte-buddy重构agent增强功能,支持重新增强已经加载过的类 #324
base: master
Are you sure you want to change the base?
Conversation
|
考虑
使用byte-buddy 需要看看这些
这个是大家提到多次的需求 👍 @zfyq124 |
这个已经参考之前javassit方式处理了
byte-buddy 本身就比较大(大约有3M)会造成新的ttl的交付jar由不足1M增长到4M左右。这个目前我还没有太好的处理方案
由于jvm本身的限制我使用包装重写了之前ForkJoinTask的增强方案,这个需要重点关注下 |
6358397
to
35365d7
Compare
5556de1
to
b27ce35
Compare
d05bd40
to
c27b3f1
Compare
9969855
to
dc0065f
Compare
7d5683c
to
251f61c
Compare
722c221
to
efc5d4d
Compare
caaa6bc
to
fcb140a
Compare
4babb5b
to
18ae310
Compare
5ef8ac4
to
e18e3ee
Compare
6dbb1df
to
59d762a
Compare
2c5d3b6
to
88fc619
Compare
244300e
to
c9beab0
Compare
357cf9a
to
b94b36a
Compare
移除javaassit使用byte-buddy重构agent增强的功能 fix issue 226 支持重新增强已经加载过的类
只实现了基础线程的增强,扩展机制的增强与vertx还是开发中。请先review下关于线程池与ForkJoinTask的增强有没有错误