RFR: 7526: JMC not buildable with jdk17 [v5]

Johannes Bechberger duke at openjdk.java.net
Thu Jan 20 18:11:54 UTC 2022


On Thu, 20 Jan 2022 18:01:08 GMT, Brice Dutheil <duke at openjdk.java.net> wrote:

>> 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.

Seems so, but I did not have the time to look into this further.

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

PR: https://git.openjdk.java.net/jmc/pull/363


More information about the jmc-dev mailing list