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
This might be related to https://bugs.openjdk.org/browse/JDK-8247517. Cabe currently injects the field and a static initializer block. Maybe there's another way to do it in Javassist.
Injecting the static initializer into the class file seems to work, but the generated classfile cannot be loaded into the JVM, see javassist#481.
The text was updated successfully, but these errors were encountered: