From: <no...@at...> - 2005-08-11 23:04:04
|
The following issue has been updated: Updater: Gavin King (mailto:ga...@hi...) Date: Thu, 11 Aug 2005 6:02 PM Changes: priority changed from Major to Minor Component changed to core --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/browse/HHH-227?page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-227 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-227 Summary: remove reflection optimizer Type: Improvement Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Assignee: Reporter: Juozas Baliuka Created: Wed, 16 Mar 2005 1:20 AM Updated: Thu, 11 Aug 2005 6:02 PM Description: Probably it is a good time to drop "reflection_optimizer" (or to dissable it by default), SUN JVM generates code since jdk 1.4.2 to optimize native calls in reflection itself, double code generation just wastes memory (cglib is bit faster, but difference is too trivial to be usefull for data access). This stuff confuses users. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |