peter-lawrey / HugeCollections-OLD

Huge Collections for Java using efficient off heap storage
273 stars 51 forks source link

Implement SHM bound checking by creating CheckedSharedHashMap.java #35

Closed ellison121 closed 10 years ago

ellison121 commented 10 years ago

Hello all, I am new but keen to contribute in this area, I added exception handling when SharedHashMap closed then size() invoked, please reviewing the sinnept, thanks. BTW, thanks again for your help, Rob.

RobAustin commented 10 years ago

Thanks - we'll take look.

On 22 Jun 2014, at 04:55, ellison121 notifications@github.com wrote:

Hello all, I am new but keen to contribute in this area, I added exception handling when SharedHashMap closed then size() invoked, please reviewing the sinnept, thanks. BTW, thanks again for your help, Rob.

You can merge this Pull Request by running

git pull https://github.com/ellison121/HugeCollections master Or view, comment on, or merge it at:

https://github.com/OpenHFT/HugeCollections/pull/35

Commit Summary

Update CheckSharedHashMap.java Update CheckSharedHashMap.java File Changes

M collections-sandbox/src/main/java/net/openhft/collections/CheckSharedHashMap.java (11) Patch Links:

https://github.com/OpenHFT/HugeCollections/pull/35.patch https://github.com/OpenHFT/HugeCollections/pull/35.diff — Reply to this email directly or view it on GitHub.

RobAustin commented 10 years ago

Thanks