Hello,
Please review the changes for the following CR:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8010666
Here is the webrev for the changes:
http://cr.openjdk.java.net/~naoto/8010666/webrev.00/
Windows APIs for retrieving display names are limited to the current
user's UI language, so the HOST adapter cannot provide arbitrary
localized names like JDK. Also, I changed to retrieve numeric values
with GetLocaleInfoEx directly with LOCALE_RETURN_NUMBER flag (previously
it first retrieved via a string, then turned it into number with wtoi()
function).
Naoto