Hello,Please review the fix for the following bug. At the moment, it's not yet reflected in the bug database, but the symptom is that sun.util.resources.en package is split between rt.jar and localedata.jar, which would make it problematic in Jigsaw environment
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8024332 The following proposed fix is to move all "en" locales back to rt.jar. http://cr.openjdk.java.net/~naoto/8024332/webrev.00/ Naoto