You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2009/02/05 06:19:59 UTC

[jira] Updated: (JCR-1968) [PATCH] Give the GC a break

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

Dave Brosius updated JCR-1968:
------------------------------

    Attachment: ease_the_gc.diff

> [PATCH] Give the GC a break
> ---------------------------
>
>                 Key: JCR-1968
>                 URL: https://issues.apache.org/jira/browse/JCR-1968
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-ocm
>    Affects Versions: 1.6.0
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 1.6.0
>
>         Attachments: ease_the_gc.diff
>
>
> Code creates new objects for Booleans, when can just use the constants new Boolean vs. Boolean.valueOf
> No need to create all these objects for the gc to play with. Also fix Double and Long creation.

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