-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
b14
Configuration::reads wrap already immutable Sets in unmodifiableSet, causing excess wrapping and indirection that is detectable in startup profiles. Using Set.copyOf or otherwise ensuring the returned value is guaranteed to be an unmodifiable is a small optimization.