[ 
https://issues.apache.org/jira/browse/DERBY-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lily Wei updated DERBY-5092:
----------------------------

    Issue & fix info: [Patch Available]
            Assignee: Dave Brosius
              Labels: derby_triage10_8  (was: )

I've committed with revision 1083493. Thanks, Dave.

> [patch] avoid Boolean allocations for rowset data in client cursor
> ------------------------------------------------------------------
>
>                 Key: DERBY-5092
>                 URL: https://issues.apache.org/jira/browse/DERBY-5092
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>    Affects Versions: 10.7.1.1
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>              Labels: derby_triage10_8
>             Fix For: 10.8.0.0
>
>         Attachments: avoid_boolean_allocs.diff
>
>
> code allocates a new Boolean for every row value of a boolean column, 
> creating needless garbage. Patch switches to use immutable Boolean.TRUE and 
> Boolean.FALSE values.

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

Reply via email to