[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16011335#comment-16011335 ] John Wagenleitner commented on GROOVY-7535: --- [~blackdrag] - as [~jkemnade] pointed out, there

[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16011047#comment-16011047 ] Jochen Theodorou commented on GROOVY-7535: -- I don´t get the patch... isn´t the sole purpose of

[GitHub] groovy pull request #533: GROOVY-7840: Verifier#makeDescriptorWithoutReturnT...

2017-05-15 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/533#discussion_r116533820 --- Diff: src/main/org/apache/groovy/ast/tools/MethodNodeUtils.java --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010661#comment-16010661 ] John Wagenleitner commented on GROOVY-7535: --- The updated patch looks good, though it does seem

[jira] [Created] (GROOVY-8191) Are the old codehaus wiki docs still available somewhere?

2017-05-15 Thread Andrew Eisenberg (JIRA)
Andrew Eisenberg created GROOVY-8191: Summary: Are the old codehaus wiki docs still available somewhere? Key: GROOVY-8191 URL: https://issues.apache.org/jira/browse/GROOVY-8191 Project: Groovy

[jira] [Updated] (GROOVY-8190) CompileStatic cant infer type when using map as map key

2017-05-15 Thread Richard Zhang (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Zhang updated GROOVY-8190: -- Description: open groovy console, paste code below {code:groovy} import groovy.transform.*

[jira] [Created] (GROOVY-8190) CompileStatic cant infer type when using map as map key

2017-05-15 Thread Richard Zhang (JIRA)
Richard Zhang created GROOVY-8190: - Summary: CompileStatic cant infer type when using map as map key Key: GROOVY-8190 URL: https://issues.apache.org/jira/browse/GROOVY-8190 Project: Groovy

[jira] [Commented] (GROOVY-8113) Groovy script/template engine produce memory leak

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010340#comment-16010340 ] Jochen Kemnade commented on GROOVY-8113: or even a duplicate of GROOVY-6655 > Groovy

[jira] [Commented] (GROOVY-8189) OutOfMemoryError with groovy.use.classvalue=false

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010332#comment-16010332 ] Jochen Kemnade commented on GROOVY-8189: bq. If I run the script with -Dgroovy.use.classvalue,

[jira] [Commented] (GROOVY-7840) Verifier#makeDescriptorWithoutReturnType uses ClassNode#toString with generics

2017-05-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010313#comment-16010313 ] ASF GitHub Bot commented on GROOVY-7840: Github user paulk-asert commented on a diff in the pull

[jira] [Commented] (GROOVY-7840) Verifier#makeDescriptorWithoutReturnType uses ClassNode#toString with generics

2017-05-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010312#comment-16010312 ] ASF GitHub Bot commented on GROOVY-7840: Github user paulk-asert commented on a diff in the pull

[GitHub] groovy pull request #533: GROOVY-7840: Verifier#makeDescriptorWithoutReturnT...

2017-05-15 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/533#discussion_r116460943 --- Diff: src/main/org/apache/groovy/ast/tools/MethodNodeUtils.java --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] groovy pull request #533: GROOVY-7840: Verifier#makeDescriptorWithoutReturnT...

2017-05-15 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/533#discussion_r116460996 --- Diff: src/main/org/apache/groovy/ast/tools/MethodNodeUtils.java --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Created] (GROOVY-8189) OutOfMemoryError with groovy.use.classvalue=false

2017-05-15 Thread Jochen Kemnade (JIRA)
Jochen Kemnade created GROOVY-8189: -- Summary: OutOfMemoryError with groovy.use.classvalue=false Key: GROOVY-8189 URL: https://issues.apache.org/jira/browse/GROOVY-8189 Project: Groovy Issue

[jira] [Commented] (GROOVY-7591) Use of ClassValue causes major memory leak

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010219#comment-16010219 ] Jochen Kemnade commented on GROOVY-7591: It seems that GROOVY-7683 caused this issue after all.

[jira] [Commented] (GROOVY-7083) PermGen memory leak in ConfigSlurper.parse(Script script, URL location)

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010064#comment-16010064 ] Jochen Kemnade commented on GROOVY-7083: I let the script run with 1000 iterations and took a

[jira] [Commented] (GROOVY-8113) Groovy script/template engine produce memory leak

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010045#comment-16010045 ] Jochen Kemnade commented on GROOVY-8113: maybe related to GROOVY-7083 > Groovy script/template

[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010043#comment-16010043 ] Jochen Kemnade commented on GROOVY-7535: I think that this issue should be reopened as it seems

[jira] [Updated] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade updated GROOVY-7535: --- Attachment: 0001-GROOVY-7535-fix-race-condition-between-the-modificat.patch > Groovy

[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010041#comment-16010041 ] Jochen Kemnade commented on GROOVY-7535: Oh, the race condition occurs between the modification

[jira] [Updated] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-15 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade updated GROOVY-7535: --- Attachment: (was: 0001-GROOVY-7535-another-thread-might-have-incremented-at.patch) >