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) This pull request has now been integrated. Changeset: d3abf01c Author: Volker Simonis <simo...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d3abf01c3e8236d37ec369429e17f35afeb7ab88 Stats: 7 lines in 3 files changed: 2 ins; 0 del; 5 mod 8346101: [JVMCI] Export jdk.internal.misc to jdk.graal.compiler Reviewed-by: dnsimon, phh ------------- PR: https://git.openjdk.org/jdk/pull/22714