Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.3.1
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
Description
sync(this)
{ if missing in weakHashMap make it, and put it in }// here
get from weakHashMap
The above has room for an item to disappear from the WeakHashMap between when it is checked for, and when it is retrieved. That said, it's a one in a billion chance.
Thanks for spotting this.