Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.8
-
None
-
None
-
Operating System: Mac OS X 10.4
Platform: PC
Description
The method getInstance() in ImageWriterRegistry.java relies on double-checked locking, an incorrect idiom that does not achieve the intended effect.