Hi Mandy, Would you please review the fix to the following issue?
https://bugs.openjdk.java.net/browse/JDK-8185251 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8185251/webrev.00/The test assumed the resources in the root bundle is used for English locale in m1 module, which is not the case if there's other resource bundles available for the default locale (in the test case, Japanese). To fix this, provide an empty English resource bundle for m1 test module.
Naoto