|
| 1.18 | modified | genman | src/org/jboss/cache/interceptors/PassivationInterceptor.java | Prior to JBCACHE-533 , clean up race condition with long increment, also shrinkthe synchronized {} block. |
| 1.12 | modified | genman | src/org/jboss/cache/loader/AsyncCacheLoader.java | JBCACHE-525 - Fix potential race condition; unfortunately BTree node iteration(reads) requires the tree to be locked against concurrent writes. Hopefullythese heavy locks can be removed when JDBM has a better tree iteratorJBCACHE-526 - Upon shutdown, put(List l) all remaining tasks that were polledand removed from the common queue; they were not being applied before.Add unit test for asynchronous storeEntireState operation |
| 1.6 | modified | genman | src/org/jboss/cache/loader/jdbm/JdbmCacheLoader.java | JBCACHE-525 - Fix potential race condition; unfortunately BTree node iteration(reads) requires the tree to be locked against concurrent writes. Hopefullythese heavy locks can be removed when JDBM has a better tree iteratorJBCACHE-526 - Upon shutdown, put(List l) all remaining tasks that were polledand removed from the common queue; they were not being applied before.Add unit test for asynchronous storeEntireState operation |
| 1.11 | modified | genman | tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java | JBCACHE-525 - Fix potential race condition; unfortunately BTree node iteration(reads) requires the tree to be locked against concurrent writes. Hopefullythese heavy locks can be removed when JDBM has a better tree iteratorJBCACHE-526 - Upon shutdown, put(List l) all remaining tasks that were polledand removed from the common queue; they were not being applied before.Add unit test for asynchronous storeEntireState operation |
| 1.23 | modified | genman | src/org/jboss/cache/interceptors/ActivationInterceptor.java | Clean-up the code, move cut/pasted code into private functionsNo actual semantic changes, tests pass :-) |
| 1.13 | modified | genman | src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java | Fix possible sequence number generation race condition |
| 1.4 | modified | smarlow | src/org/jboss/cache/xml/XmlHelper.java | Specify utf8 encoding for call to getBytes instead of using default platform encoding.I saw this issue when working on JBCACHE-531, however, this change is not needed to solve JBCACHE-531. |
| 1.8 | modified | smarlow | src/org/jboss/cache/config/CacheLoaderConfig.java | fix for JBCACHE-531. |
| 1.8 | modified | bwang | src/org/jboss/cache/aop/CollectionClassHandler.java | JBCACHE-435 putObject can do removeObject first multiple times |