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
Hello
I am running into a memory leak issue with Groovy. I am not sure this has been
fixed in newer releases. I am on 2.5.3
* I compile my groovy files into a jar at compile time (I do not load
dynamically)
* I then use this code to load my jar
val classloader =
URLClassLoader(arrayOf(
Hello
I am running into an issue with the ClassCodeExpressionTransformer. Why does
CompareToNullExpression not visit any expressions it owns? Should it not
transform objectExpression? I am trying to change property access into my
custom method calls and if a compare to null expression with prop