RFR: 8271079: JavaFileObject#toUri and multi-release jars [v3]
Christian Stein
cstein at openjdk.java.net
Sat Dec 11 11:22:10 UTC 2021
On Fri, 10 Dec 2021 16:37:35 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> javac changes look good. I suggest adding this bug number to the test to check that URIs are not double-encoded.
I can't find [`8134451`](https://bugs.openjdk.java.net/browse/JDK-8134451) as noted in the now removed comment directly in an existing test, but [`8131067`](https://bugs.openjdk.java.net/browse/JDK-8131067) can be found in `ZipFSTester.java`: https://github.com/openjdk/jdk/blob/6eb6ec05fd4f80e11d0b052b58190bc8b53f4b11/test/jdk/jdk/nio/zipfs/ZipFSTester.java#L666
Thus, I'll add [`8271079`](https://bugs.openjdk.java.net/browse/JDK-8271079) to the already long list in `ZipFSTester.java`. https://github.com/openjdk/jdk/blob/6eb6ec05fd4f80e11d0b052b58190bc8b53f4b11/test/jdk/jdk/nio/zipfs/ZipFSTester.java#L74-L76
-------------
PR: https://git.openjdk.java.net/jdk/pull/6768
More information about the compiler-dev
mailing list