Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Scripting JSP-Atom-Taglib 1.0.0
-
None
Description
There is a if ( x == null); syncronized(lock) {; if (x == null ) check which violates Java memory model.
see: http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html