javassist
javassist copied to clipboard
javassist constantly changing ldc2_w into ldc + i2l
Javassist seems to want to try and optimize ldc2_w to ldc followed by a i2l
Which is not ideal.
At the moment it continuously transforms this:
code.addLdc2w(6238027129843276915L);
into this:
ldc -980493197
i2l