RFR: 8235229: Compilation against a modular, multi-release JAR erroneous with --release

Jan Lahoda jlahoda at openjdk.java.net
Mon Sep 7 09:02:56 UTC 2020


A combination of a multi-release modular jar and --release option does not work well, because the appropriate file
manager does not have a multi-release option set. The proposal is to set the multi-release option to the file manager.

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

Commit messages:
 - 8235229: Compilation against a modular, multi-release JAR erroneous with --release

Changes: https://git.openjdk.java.net/jdk/pull/43/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=43&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8235229
  Stats: 55 lines in 2 files changed: 54 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/43.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/43/head:pull/43

PR: https://git.openjdk.java.net/jdk/pull/43


More information about the compiler-dev mailing list