https://bz.apache.org/bugzilla/show_bug.cgi?id=59946

--- Comment #4 from Philippe Mouawad <[email protected]> ---
Hi Again,
I reproduced your issue and got a Heap Dump.

It seems we are facing Groovy bug :

- https://issues.apache.org/jira/browse/GROOVY-7683 (which is in progress)
- https://issues.apache.org/jira/browse/GROOVY-7591 (which is fixed)

It mentions a workaround which is to set "-Dgroovy.use.classvalue=true" 

This flag is introduced as a (hopefully) temporary workaround for a JVM bug,
that is to say that using
ClassValue prevents the classes and classloaders from being unloaded.
ee https://bugs.openjdk.java.net/browse/JDK-8136353

Groovy team says for bug GROOVY-7591 that issue is due to JDK Bug:

- https://bugs.openjdk.java.net/browse/JDK-8136353

I tried the settings and it works.

What do you think ?

Thanks for feedback

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to