...
Wiki Markup |
---|
\[[API 06|AA. Java References#API 06]\] \[[Pugh 04|AA. Java References#Pugh 04]\] \[[MITRE 09|AA. Java References#MITRE 09]\] [CWE ID 609|http://cwe.mitre.org/data/definitions/609.html] "Double-Checked Locking" |
...
CON15CON21-J. Ensure actively held locks are released on exceptional conditionsFacilitate thread reuse by using Thread Pools 11. Concurrency (CON) CON16CON23-J. Do not expect sleep() and yield() methods to have any synchronization semanticsAddress the shortcomings of the Singleton design pattern