You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 09:18:20 UTC

[jira] [Commented] (GROOVY-7646) Classes generated by Eval() never collected from Permgen/Metaspace

    [ https://issues.apache.org/jira/browse/GROOVY-7646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15561755#comment-15561755 ] 

ASF GitHub Bot commented on GROOVY-7646:
----------------------------------------

GitHub user jochenberger opened a pull request:

    https://github.com/apache/groovy/pull/444

    GROOVY-7646: allow classes to be removed from the ClassInfo cache

    This is the first part of what @jwagenleitner did for #325.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jochenberger/groovy classinfo-remove

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/444.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #444
    
----
commit 94a3b08bd0ac9ebc045277bdd4bfe0e71d92f26c
Author: Jochen Kemnade <jo...@eddyson.de>
Date:   2016-10-10T09:15:55Z

    GROOVY-7646: allow classes to be removed from the ClassInfo cache

----


> Classes generated by Eval() never collected from Permgen/Metaspace
> ------------------------------------------------------------------
>
>                 Key: GROOVY-7646
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7646
>             Project: Groovy
>          Issue Type: Bug
>          Components: groovy-runtime
>    Affects Versions: 2.4.5
>         Environment: Oracle jdk8u51 and jdk8u66
>            Reporter: Isaac Dooley
>
> It seems classes generated by Eval() are never collected, thus causing PermGen or Metaspace to fill up and the JVM to hang/crash.
> Reproduce by running the following code, after setting java option {{-XX:MaxMetaspaceSize=50m}}. 
> {code}
> 100000.times{ x -> assert 10 == Eval.x(2, 'x * 4 + 2;') }
> {code}
> After about 2700 calls to Eval the program will crash with OutOfMemoryError, 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)