-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17
-
Component/s: client-libs
-
None
-
b10
-
generic
-
generic
The ICC_Profile/ColorSpace classes use a singleton pattern for the built-in profiles and color spaces. The creation of these singletons is guarded by static synchronization. In fact, the whole point of this lazy initialization is to prevent the creation of a few small java objects.