RFR: 8293910: tools/launcher/FXLauncherTest.java fail with jfx [v2]

Alan Bateman alanb at openjdk.org
Wed Sep 21 08:00:44 UTC 2022


On Wed, 21 Sep 2022 07:42:29 GMT, Leslie Zhai <lzhai at openjdk.org> wrote:

> Still failed: [debug.log](https://github.com/openjdk/jdk/files/9614161/debug.log)

You are running into module hashes now so I think you'll need some of JDK-8294093. In make/common/Modules.gmk ReadSingleImportMetaData can you add

   UPGRADEABLE_PLATFORM_MODULES += $1

This will add the names of the imported modules to the list of upgradeable modules and should mean they are not hashed.

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

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


More information about the core-libs-dev mailing list