From: Steve E. (JIRA) <no...@at...> - 2006-03-17 19:18:21
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-227?page=all ] Steve Ebersole updated HHH-227: ------------------------------- Assign To: Steve Ebersole Fix Version: 3.2.0 make the default to not use the optimizer for 3.2 > remove reflection optimizer > --------------------------- > > Key: HHH-227 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-227 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Juozas Baliuka > Assignee: Steve Ebersole > Priority: Minor > Fix For: 3.2.0 > > > 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. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira |