Hello,Please review this fix for jdk7u. The localized versions of com/apple/laf/resources/aqua.properties are not included in the built product while available in the source. The reason for this is that no LOCALE_SET_DEFINITION is set in make/com/apple/osxui/Makefile, which causes make/common/internal/Resources.gmk to assume no extra locales are present.
Bug: https://bugs.openjdk.java.net/browse/JDK-8013098 Webrev: http://cr.openjdk.java.net/~erikj/8013098/webrev.jdk.01/ /Erik