RFR: 7813: Unable to open Help page in macOS M1 when JMC started with JDK11

Virag Purnam duke at openjdk.org
Thu Sep 22 07:42:14 UTC 2022


By adding 'org.eclipse.jdt.core' bundle as an explicit dependency to our documentation bundle as direct dependency, we can fix this issue. This fixes the old issue [JMC-7321](https://bugs.openjdk.org/browse/JMC-7321) as well. 

This is just a workaround. 
Proper solution is, org.apache.jasper.glassfish package must be updated to contain a more up to date JDT compiler and this updated package must be used as a dependency by the documentation bundle. (In Progress)

Details can be found in below link. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=574937](https://bugs.eclipse.org/bugs/show_bug.cgi?id=574937)

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

Commit messages:
 - 7813: Unable to open Help page in macOS M1 when JMC started with JDK11

Changes: https://git.openjdk.org/jmc/pull/428/files
 Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=428&range=00
  Issue: https://bugs.openjdk.org/browse/JMC-7813
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jmc/pull/428.diff
  Fetch: git fetch https://git.openjdk.org/jmc pull/428/head:pull/428

PR: https://git.openjdk.org/jmc/pull/428


More information about the jmc-dev mailing list