Hi to all, I build a fresh OpenJDK 1.7 yesterday on OS/X and noticed a problem with resources.
Locales reported are only ar and br : sun/text/resources/ ar be import java.util.Locale; public class TestLocales { public static void main(String args[]) { Locale[] lLocs = Locale.getAvailableLocales(); for (Locale lLoc: lLocs) { System.out.println(lLoc); } } } Problem in OpenJDK or in build ?