GitHub user ksuderman opened a pull request: https://github.com/apache/incubator-groovy/pull/169
Non-atomic use of atomicCategoryUsageCounter The atomicCategoryUsageCounter was Incremented/decremented on one line and and then read on the next line leaving a small window for race conditions to happen. This is a possible fix for https://issues.apache.org/jira/browse/GROOVY-7535 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ksuderman/incubator-groovy master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/169.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 #169 ---- commit 919e90a15bd2ec6de2e015eee8e2e77a8f5f1bd5 Author: Keith Suderman <suder...@cs.vassar.edu> Date: 2015-10-31T19:11:33Z Fixed non-atomic use of atomicCategoryUsageCounter. commit 3025ed2cd7a80cf49403fe1205f22cb815f5f78b Author: Keith Suderman <suder...@cs.vassar.edu> Date: 2015-10-31T19:14:16Z Merge branch 'master' of https://github.com/apache/incubator-groovy ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---