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
A javassist CtClass is retrieved via the class name. In the case of multiple class loaders always the same Ctclass is returned for classes loaded by different class loaders. Leads to an invalid instrumentation / reversion.
Solution idea: class pool must temporarily contain only the classpath of the corresponding class loader
The text was updated successfully, but these errors were encountered:
A javassist CtClass is retrieved via the class name. In the case of multiple class loaders always the same Ctclass is returned for classes loaded by different class loaders. Leads to an invalid instrumentation / reversion.
Solution idea: class pool must temporarily contain only the classpath of the corresponding class loader
The text was updated successfully, but these errors were encountered: