[
https://issues.apache.org/jira/browse/JCR-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-1968.
-----------------------------------
Resolution: Invalid
Fix Version/s: (was: 1.6.0)
Those valueOf methods are only available in Java 1.5. Jackrabbit currently has
a requirement that it must run on Java 1.4.
> [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
> 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.