On Thu, 12 Dec 2024 14:40:17 GMT, Volker Simonis <simo...@openjdk.org> wrote:
> In the past, the Graal Compiler used `sun.misc.Unsafe` but these usages were > recently changed to `jdk.internal.misc.Unsafe` [1]. We should therefor export > `jdk.internal.misc` to `jdk.graal.compiler` which is an upgradeable module in > the JDK. > > [1] Remove sun.misc.Unsafe plugins > (https://github.com/oracle/graal/commit/5c67d1a6eb8ecf717) Looks good to me. ------------- Marked as reviewed by dnsimon (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/22714#pullrequestreview-2500432176