RFR: 8216400: improve handling of IOExceptions in JavaCompiler.close() [v2]
Guoxiong Li
github.com+13688759+lgxbslgx at openjdk.java.net
Sat Dec 26 16:21:13 UTC 2020
On Sat, 26 Dec 2020 15:54:33 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Guoxiong Li has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Add a test case.
>> - Set all exceptions from all the Closeables.
>
> 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