-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
None
-
b36
-
generic
-
generic
Those methods use comma-separated string tables for the 2-to-3 mapping. All commas can be eliminated from the tables and the methods can be simplified.
Also the tables should be separated from Locale.java so that they are not loaded until they are really needed.
Static fields isoLanguages and isoCountries should be volatile.
Also the tables should be separated from Locale.java so that they are not loaded until they are really needed.
Static fields isoLanguages and isoCountries should be volatile.