Community
Participate
Working Groups
Currently each instance of SDOProperty is having an instance of HashMap created for the propertyValues property. This map should rarely need to be created.
Created attachment 189523 [details] SDO - Fix
Created attachment 189703 [details] SDO - Fix
Created attachment 189834 [details] SDO - Test Cases
Created attachment 189835 [details] SDO - Fix
Fix checked into trunk at rev: 9036 Fix checked into 2.2.1 at rev: 9037 Fix checked into 2.1.3 at rev: 9038 ode reviewed by: David McCann The most common open content property for Property is "xmlElement". This was causing an entire map to be created just for this one value. As an optimization this value has been pulled into its own instance variable. The creation of the Map is delayed until another open content property is added.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink