Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN Commit: Bug#247022 - performance throughput

SVN Commit: Bug#247022 - performance throughput

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=247022

 

Changes:

- Removed old CMP2 performance hooks.

- Add reset of read-object/all query to DescriptorQueryManager

convert-class-names, +mapping selection query.

- Fixed isAssignable usage in ConversionManager.

- Made UOW use normal HashMap for IdentityMapManager as does not require

ConcurrentMap.

- Made AsbtractRecord use NonSynchVector.

- Removed some dead code (old commit remanants).

- Refactored CommitManager to use a single state Map instead of multiple Sets.

- Only convert selectionKey if not a NonSynchVector

- Some micro optimization.

- Fixed CMP3Policy to cache key mappings.

- Changed JPA find to clone ReadQuery to avoid extra query creation.

 

Code Review: Andrei (pending)

 


Back to the top