RFR: 8345259: Disallow ALL-MODULE-PATH without explicit --module-path [v5]
Severin Gehwolf
sgehwolf at openjdk.org
Wed Dec 11 15:21:13 UTC 2024
On Tue, 10 Dec 2024 23:44:37 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> Is the `isLinkFromRuntime` parameter needed in the `newModuleFinder` method? The java.base version check does not have any issue for linking from run-time image, right?
It's not needed other than for skipping the check (as it'll trivially pass). I can remove it if that's preferred.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22494#discussion_r1880393888
More information about the core-libs-dev
mailing list