oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.43k stars 1.64k forks source link

[GR-59911] Persist ImageHeapConstant id across layers #10119

Closed graalvmbot closed 5 days ago

graalvmbot commented 5 days ago

The ids of ImageHeapConstant is now preserved across layer using the same mechanism than for AnalysisMethod and AnalysisField.

This will allow to find base layer constant information from its id in the application layer.