RFR: 8345185: Some tests in test/jdk/tools/jpackage fail with a JDK without JMODs
Severin Gehwolf
sgehwolf at openjdk.org
Fri Dec 13 16:17:36 UTC 2024
On Fri, 13 Dec 2024 16:14:13 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> This method, in turn, calls `JLinkBundlerHelper.getDefaultModules()` which uses `Configuration.empty().resolveAndBind()` which performs the service binding.
So it appears using `Configuration.empty().resolve()` instead would fix this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22644#issuecomment-2541790036
More information about the core-libs-dev
mailing list