You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2011/03/06 16:13:25 UTC

[jira] Created: (DERBY-5093) [patch] avoid Integer allocations fetching client meta data info

[patch] avoid Integer allocations fetching client meta data info
----------------------------------------------------------------

                 Key: DERBY-5093
                 URL: https://issues.apache.org/jira/browse/DERBY-5093
             Project: Derby
          Issue Type: Improvement
          Components: Network Client
    Affects Versions: 10.7.1.1
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 10.8.0.0
         Attachments: avoid_int_allocs.diff

code needlessly generates Integer objects (garbage) in loops looking for meta data information, patch removes these allocations

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (DERBY-5093) [patch] avoid Integer allocations fetching client meta data info

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen resolved DERBY-5093.
---------------------------------------

    Resolution: Fixed
      Assignee: Dave Brosius

The patch looks like a good clean-up, and all the regression tests ran cleanly with it in my environment.

Committed revision 1085407.

Thanks, Dave!

> [patch] avoid Integer allocations fetching client meta data info
> ----------------------------------------------------------------
>
>                 Key: DERBY-5093
>                 URL: https://issues.apache.org/jira/browse/DERBY-5093
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>    Affects Versions: 10.7.1.1
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>             Fix For: 10.8.0.0
>
>         Attachments: avoid_int_allocs.diff
>
>
> code needlessly generates Integer objects (garbage) in loops looking for meta data information, patch removes these allocations

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira