src/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java

Print this page
rev 6090 : imported patch 8001205.8001562

@@ -327,13 +327,10 @@
                 break;
             }
             tagset.add(token);
         }
 
-        // ensure en-US is there (mandated by the spec, e.g. Collator.getAvailableLocales())
-        tagset.add("en-US");
-
         return tagset;
     }
 
     /**
      * Lazy load available locales.