Skip to content

Conversation

graalvmbot
Copy link
Collaborator

Update labsjdk to 25+37-jvmci-25.1-b07 :

LabsJDK version scheme update

We restored master to JDK 25 in #12210. Thus, there are now two active branches that are built on top of JDK 25, master and release/graal-vm/25.0. The former uses LabsJDK built from https://github.com/graalvm/labs-openjdk/tree/jdk25 while the latter uses https://github.com/graalvm/labs-openjdk/tree/release/jvmci/25.0. Since these two version are incompatible in terms of JVMCI features, we need a way to distinguish them. Thus, we are reintroducing a "release name" into the LabsJDK version.

Before this PR, the java.vm.version system property would report:

25+37-LTS-jvmci-b07

With this PR it is:

25+37-LTS-jvmci-25.1-b07

Note that this version change primarily affects the LabsJDK version, e.g., the JDK that is used to build a GraalVM. The GraalVM artifacts, such as native-image, can still be identified as before, e.g., via --version:

$ native-image --version
native-image 25 2025-09-16
OpenJDK Runtime Environment GraalVM CE 25.1.0-dev+37.1 (build 25+37-jvmci-25.1-b07)
OpenJDK 64-Bit Server VM GraalVM CE 25.1.0-dev+37.1 (build 25+37-jvmci-25.1-b07, mixed mode, sharing)

or the java.vendor.version property:

jshell> System.getProperty("java.vendor.version")
$1 ==> "GraalVM CE 25.1.0-dev+37.1"

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants