HotswapProjects / HotswapAgent

Java unlimited redefinition of classes at runtime.
GNU General Public License v2.0
2.37k stars 493 forks source link

Does hotswapagent support reflectasm? #609

Open MartinVon1021 opened 1 month ago

MartinVon1021 commented 1 month ago

When I tested with hotswapagent-1.4.0, I found that using reflectasm for invoke could not get the newly added class methods. Or does it support asm-xxx.jar?

skybber commented 1 month ago

I did not see problems in frameworks based on asm in the past - deltaspike, OWB - they use asm for scanning and proxy creation. Do you have reproducer example?

MartinVon1021 commented 1 month ago

I did not see problems in frameworks based on asm in the past - deltaspike, OWB - they use asm for scanning and proxy creation. Do you have reproducer example?

thanks, I'll check my code again first