Severin Gehwolf
Severin Gehwolf
/cc @loicottet @vjovanov This might be related to the new metadata handling for resource bundles? The json produced with `-H:+MetadataTracingSupport` at build time and `-XX:TraceMetadata=path=$(pwd)/reports` has: ``` { "reflection": [...
@loicottet Any update on this one? Will this be in the 25.0.2 update?
OK. Thanks for the update!
https://github.com/adoptium/temurin-build/issues/4091 might be related here.
This issue is indeed devkit and `--build-id` linker flag related. Using a devkit with `--enable-linker-build-id` fixes the problem. #4091 has more details.
The next steps to get this fixed would be: 1. Produce a new devkit for the relevant JDK versions that we use which supports `--enable-linkger-build-id` in its `gcc` build. 2....
Since https://github.com/adoptium/temurin-build/issues/4091 is now fixed this should be fixed once fresh builds get produced with it. E.g. the next JDK 21u EA build. JDK `21.0.10+6` or better.