-
Bug
-
Resolution: Fixed
-
P4
-
17
-
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.