RFR: 7526: JMC not buildable with jdk17 [v5]
Brice Dutheil
duke at openjdk.java.net
Thu Jan 20 18:03:56 UTC 2022
On Thu, 20 Jan 2022 16:52:33 GMT, Johannes Bechberger <duke at openjdk.java.net> wrote:
>> Tested on Java 11 x86 and aarch64 (azul, but only builds), and on Java 17 x86 and aarch64.
>
> Johannes Bechberger has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>
> - Add JDK 17 to CI
> - Fix --add-exports
>
> Multiple --add-exports seem to require a flag like -version
> in between.
> It maybe related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544016
> - Update p2-maven-plugin
> - Bump mockito to run --installCore on JDK 17
application/org.openjdk.jmc.browser.attach/pom.xml line 58:
> 56: <args>--add-exports</args>
> 57: <args>jdk.attach/sun.tools.attach=ALL-UNNAMED</args>
> 58: <args>-version</args><!-- see https://bugs.eclipse.org/bugs/show_bug.cgi?id=544016 -->
This bug is closed, does that means it's again broken.
-------------
PR: https://git.openjdk.java.net/jmc/pull/363
More information about the jmc-dev
mailing list