-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b121
-
generic
-
generic, solaris
-
Verified
There are ISO language and ISO country code tables in src/solaris/native/java/lang/locale_str.h, which mostly consist of bunch of pairs of duplicated codes. They are there just to verify those codes are in fact valid ISO codes. However, we can eliminate these duplicated codes and trust OS's claimed language/country code so that it would improve runtime/footprint performance.
- duplicates
-
JDK-7001746 Warning compiling java_props_md.c because of strings in locale_str.h
- Closed