-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b27
Field javax.imageio.spi.IIORegistry#initialCategories is modified only in static {} block, which makes it effectively final. Instead of legacy synchronized Vector we can use an immutable List here.