Hello
Any help with this is super appreciated
regards
Saravanan
On 2020/09/08 01:25:11, Saravanan Palanichamy wrote:
> Upon further analysis, if I call
> InvokerHelper.removeClass(clazz)
> after I instantiate and use the instance, then things get unloaded correctly.
> What is the right w
Upon further analysis, if I call
InvokerHelper.removeClass(clazz)
after I instantiate and use the instance, then things get unloaded correctly.
What is the right way to fix this? Is it to call this invoker method for all
classes I load or is the injected constructor code the problem?
regard