On Tue, 20 Sep 2022 08:04:48 GMT, dumasun <d...@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