JDK 9 RFR of JDK-8176185: java/util/TimeZone/UTCAliasTest.java is not run

2017-03-05 Thread Amy Lu
java/util/TimeZone/UTCAliasTest.java This is not a compile-only test, but due to the missed @run tag, test is not run. Please review the patch to add @run tag to the test. bug: https://bugs.openjdk.java.net/browse/JDK-8176185 Thanks, Amy --- old/test/java/util/TimeZone/UTCAliasTest.java 20

JDK 9 RFR of JDK-8152873: java/util/Locale/LocaleProviders.sh fails on several platforms

2016-03-28 Thread Amy Lu
java/util/Locale/LocaleProviders.sh starts failing after JDK-8150432, there's simple issue in JDK-8150432. Please review this quick fix. bug: https://bugs.openjdk.java.net/browse/JDK-8152873 webrev: http://cr.openjdk.java.net/~amlu/8152873/webrev.00/ Thanks, Amy --- old/test/java/util/Locale/