You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the copyBootstrapMethods method works is it uses the default classpool to look for CtClass files but this does not work if it is on a different classpool or not in a classpool at all. I commonly use JA for the Bytecode level API only which causes issues when I use .compact without a classpool causing great issue with my tools which worked fine with older versions of javassist. Compile time and Bytecode should not really be mixed all that much, at least provide an option to turn off the copy bootstrap in classfile.compact
The text was updated successfully, but these errors were encountered:
The way the copyBootstrapMethods method works is it uses the default classpool to look for CtClass files but this does not work if it is on a different classpool or not in a classpool at all. I commonly use JA for the Bytecode level API only which causes issues when I use .compact without a classpool causing great issue with my tools which worked fine with older versions of javassist. Compile time and Bytecode should not really be mixed all that much, at least provide an option to turn off the copy bootstrap in classfile.compact
The text was updated successfully, but these errors were encountered: