On Wed, 21 Sep 2022 07:42:29 GMT, Leslie Zhai <lz...@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