[PATCH] Fix typo in usage for javac

2019-01-11 Thread 数沢 則征
Hi all, I noticed a typo in the usage of javac(in Japanese). jdk-13-ea+3 --release 特定のリリース用ににコンパイルします。サポートされているリリース: 7, 8, 9, 10, 11, 13 jdk-13-ea+1 --release 特定のVMバージョン用にコンパイルします。サポートされているターゲット: 7, 8, 9, 10, 11, 13 Patch attached below. Could you please review it. diff -

[13] RFR: Correct UnicodeDecoder U+FFFE handling

2019-01-11 Thread naoto . sato
Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8216140 The proposed changeset is located at: http://cr.openjdk.java.net/~naoto/8216140/webrev.00/ This issue was previously discussed in https://bugs.openjdk.java.net/browse/JDK-8150449 and was clo