Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade behemoths to JDK 22 final #1717

Closed
SethTisue opened this issue Apr 8, 2024 · 1 comment
Closed

Upgrade behemoths to JDK 22 final #1717

SethTisue opened this issue Apr 8, 2024 · 1 comment
Assignees

Comments

@SethTisue
Copy link
Member

JDK 22 reached General Availability on 19 March 2024.

@SethTisue SethTisue self-assigned this Apr 8, 2024
@SethTisue
Copy link
Member Author

SethTisue commented Apr 9, 2024

  • behemoth 1
  • behemoth 2
  • behemoth 3

steps

  • ssh admin@jenkins-worker-behemoth-<n>
  • cd /usr/lib/jvm
  • sudo curl -O -L 'https://download.java.net/java/GA/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22_linux-x64_bin.tar.gz'
  • sudo dtrx -n openjdk-22_linux-x64_bin.tar.gz
  • sudo rm openjdk-22_linux-x64_bin.tar.gz
  • sudo chmod -R go+rX openjdk-22_linux-x64_bin
  • sudo rm java-22-openjdk-x64
  • sudo ln -s openjdk-22_linux-x64_bin/jdk-22 java-22-openjdk-x64
  • ./java-22-openjdk-x64/bin/java -version
  • sudo rm -rf openjdk-22-ea+20_linux-x64_bin
openjdk version "22" 2024-03-19
OpenJDK Runtime Environment (build 22+36-2370)
OpenJDK 64-Bit Server VM (build 22+36-2370, mixed mode, sharing)

and then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant