We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8fb7e commit 206d616Copy full SHA for 206d616
compiler/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This changelog summarizes newly introduced optimizations and other compiler related changes.
4
5
+## GraalVM for JDK 22 (Internal Version 24.0.0)
6
+* (GR-48318): The Graal module has been renamed from `jdk.internal.vm.compiler` to `jdk.compiler.graal`.
7
+ Likewise, the compiler packages moved into the `jdk.compiler.graal` namespace.
8
+ These renamings were done in preparation for [Project Galahad](https://openjdk.org/projects/galahad/).
9
+
10
## GraalVM for JDK 21 (Internal Version 23.1.0)
11
* (GR-43228): Enforce backward-edge control-flow integrity (CFI) on aarch64 based on the `UseBranchProtection` JVM flag.
12
0 commit comments