Re: RFR: JDK-8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49

2015-06-23 Thread Tim Bell
Erik: Please review this small fix for the source-tips generation, which is used in the release file to identify the exact sources a build was made from. In JDK-8065576, we added -e -o pipefail to the default shell args. This causes shell expressions which are chained with ';' to abort when

Re: i18n dev [9] RFR: 8008577: Use CLDR Locale Data by Default (JEP-252)

2015-06-23 Thread Naoto Sato
Here is the updated webrev: http://cr.openjdk.java.net/~naoto/8008577/webrev.01/ As to the 3rd comment below, I did not modify it because that would simply duplicate the same piece of code in each getCandidateLocales() implementation (from the current location). Naoto On 6/19/15 1:53 AM,

RFR: JDK-8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49

2015-06-23 Thread Erik Joelsson
Hello, Please review this small fix for the source-tips generation, which is used in the release file to identify the exact sources a build was made from. In JDK-8065576, we added -e -o pipefail to the default shell args. This causes shell expressions which are chained with ';' to abort