Make class org.apache.derby.iapi.store.raw.PageKey final
--------------------------------------------------------

                 Key: DERBY-2046
                 URL: http://issues.apache.org/jira/browse/DERBY-2046
             Project: Derby
          Issue Type: Improvement
          Components: Performance, Services
    Affects Versions: 10.3.0.0
            Reporter: Knut Anders Hatlen
         Assigned To: Knut Anders Hatlen
            Priority: Minor


The methods of the PageKey class are called frequently both from the lock 
manager and the cache manager. Since no other classes extend it, it should be 
declared final to help the run-time compiler optimize the method calls.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to