Integrated: 8216400: improve handling of IOExceptions in JavaCompiler.close()

Guoxiong Li github.com+13688759+lgxbslgx at openjdk.java.net
Sat Dec 26 17:35:57 UTC 2020


On Fri, 25 Dec 2020 16:22:22 GMT, Guoxiong Li <github.com+13688759+lgxbslgx at openjdk.org> wrote:

> Hi all,
> 
> This little patch enhances the code according to the comment by using a simplest way. I found [JDK-8069116](https://bugs.openjdk.java.net/browse/JDK-8069116) is a similar issue. A better way would be appreciated.
> 
> Thank you for taking the time to reivew.
> 
> Best Regards.

This pull request has now been integrated.

Changeset: 97c99b5d
Author:    Guoxiong Li <lgxbslgx at gmail.com>
Committer: Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/97c99b5d
Stats:     154 lines in 2 files changed: 148 ins; 0 del; 6 mod

8216400: improve handling of IOExceptions in JavaCompiler.close()
8069116: improve fatal error handling in JavaCompiler

Reviewed-by: jjg

-------------

PR: https://git.openjdk.java.net/jdk/pull/1895


More information about the compiler-dev mailing list