RFR: 8293977: jdk/modules/etc/VerifyModuleDelegation.java fail with jfx

Alan Bateman alanb at openjdk.org
Tue Sep 20 08:56:27 UTC 2022


On Tue, 20 Sep 2022 08:04:48 GMT, dumasun <duke at openjdk.org> wrote:

> I donot edit make/conf/module-loader-map.conf.

@magicus @kevinrushforth  In the distant past, the javafx.* modules were mapped to the platform class loader. Do you recall how that worked with configure --with-import-modules? If someone uses jlink to create a run-time image that includes the javafx.* modules then they will be mapped to the application class loader. Somehow, using  --with-import-modules we seem to end up with these modules in the value of PLATFORM_MODULE_NAMES used by build. I'm wondering if there is some residual configuration somewhere.

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

PR: https://git.openjdk.org/jdk/pull/10328


More information about the core-libs-dev mailing list