RFR: 8293977: jdk/modules/etc/VerifyModuleDelegation.java fail with jfx
dumasun
duke at openjdk.org
Tue Sep 20 08:08:41 UTC 2022
On Tue, 20 Sep 2022 06:12:06 GMT, Alan Bateman <alanb at 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
More information about the core-libs-dev
mailing list