On Tue, 20 Sep 2022 06:12:06 GMT, Alan Bateman <al...@openjdk.org> wrote:
> > jtreg/bin/jtreg -dir:test/jdk > > -testjdk:./jdk-fx-jdk-20+15-56-g4020ed53dd6-linux_x64 > > -verbose:all jdk/modules/etc/VerifyModuleDelegation.java > > Is jdk-fx-jdk-20+15-56-g4020ed53dd6-linux_x64 your build or is it coming from > somewhere else? yes, jdk-fx-jdk-20+15-56-g4020ed53dd6-linux_x64 my build build steps: step 1. git clone https://github.com/openjdk/jfx.git and buid modular-sdk. step 2. git clone https://github.com/openjdk/jdk, configure --with-import-modules=/path/modular-sdk and make images. then jdk-fx-jdk-20+15-56-g4020ed53dd6-linux_x64 as testjdk. Is there something wrong with the way I test? > Also can you confirm that make/conf/module-loader-map.conf has not been edit > to map the javafx.* modules to the platform class loader? I donot edit make/conf/module-loader-map.conf. ------------- PR: https://git.openjdk.org/jdk/pull/10328