RFR: 7526: JMC not buildable with jdk17 [v2]
Brice Dutheil
duke at openjdk.java.net
Tue Jan 18 14:51:40 UTC 2022
On Tue, 18 Jan 2022 09:59:21 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> fix reliance on `tools.jar` (work with tycho to open up modules)
Since #358, [Eclipse now requires Java 11](https://wiki.eclipse.org/Eclipse/Installation). In #359, I bumped the JDK to Java 11, and dropped the JMC_JDK _library_ (that contains `tools.jar`) as now these APIs live in modules (the needed package exports were already defined in the `pom.xml`), however I'm quite unsure about the Eclipse configuration.
> fix bug that is probably related to trying to build this on an Mac M1
Could it be related to #361 ?
-------------
PR: https://git.openjdk.java.net/jmc/pull/363
More information about the jmc-dev
mailing list