Description
GridCacheMapEntry.initialValue(...) method executes unswap(...) to read entry version from PageMemory, but then it also executes storeValue(...) which writes new value if entry is obsolete. It means that the same entry is searched in PageMemory twice, which is not optimal.
Attachments
Issue Links
- links to