[patch] help out gc, by making inner classes static where possible
------------------------------------------------------------------

                 Key: CASSANDRA-1845
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1845
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Dave Brosius
            Priority: Trivial
         Attachments: help_gc.diff

by making inner classes static, the parent class can go out of scope and be 
gc'ed even if the inner class does not.

Simplifies gc logic, and makes it easier to process.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to