RFR: JDK-8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
Jaikiran Pai
jai.forums2013 at gmail.com
Mon Oct 14 01:54:17 UTC 2019
Based on Jon's suggestion, I've updated the webrev to include a change
in the try/catch block. The updated webrev is now available for review
at http://cr.openjdk.java.net/~jpai/webrev/8232170/2/webrev/
-Jaikiran
On 12/10/19 11:21 AM, Jaikiran Pai wrote:
> Can I please get a review and a sponsor for a fix for JDK-8232170[1]? I
> have the patch available as a webrev at [2]?
>
> The patch only deals with catching the java.nio.file.Path usage related
> exceptions and then rethrows them as IOException. The original
> discussion is available at [3]. In that discussion, David had mentioned
> that the existing usage of java.nio.file.Path may not be the right thing
> to do and might need changes. This patch does not address it since that
> change I think will need more broader discussion and review.
>
> The patch also contains a jtreg test to reproduce this issue and verify
> the fix.
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8232170
>
> [2] http://cr.openjdk.java.net/~jpai/webrev/8232170/1/webrev/
>
> [3]
> http://mail.openjdk.java.net/pipermail/compiler-dev/2019-October/013753.html
>
> -Jaikiran
>
>
More information about the compiler-dev
mailing list