RFR: 8216400: improve handling of IOExceptions in JavaCompiler.close() [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Sat Dec 26 16:30:55 UTC 2020
On Sat, 26 Dec 2020 16:18:34 GMT, Guoxiong Li <github.com+13688759+lgxbslgx at openjdk.org> wrote:
>> test/langtools/tools/javac/fatalErrors/ImproveFatalErrorHandling.java line 87:
>>
>>> 85: try {
>>> 86: compiler.close();
>>> 87: } catch(FatalError fatalError) {
>>
>> (minor) add space after "catch"
>
> Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1895
More information about the compiler-dev
mailing list