broecirr opened a new pull request #1516: URL: https://github.com/apache/groovy/pull/1516
By changing the initialized state of the Closure's Metaclass without any locking, if the Closure is visible to another thread, then any call to invokeMethod can see an uninitialized closure, causing an exception. This fix removes the need to change the initialized state of the closure in loadMetaInfo(). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
