Last active
August 24, 2025 00:53
-
-
Save denji/21bd2372de7ce9f5e2431454cfa4173c to your computer and use it in GitHub Desktop.
Revisions
-
denji revised this gist
Dec 12, 2024 . No changes.There are no files selected for viewing
-
denji revised this gist
Aug 1, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ Pages ----- * https://ionutbalosin.com/2020/01/hotspot-jvm-performance-tuning-guidelines/ * [Which Version of JDK Should I Use? - `whichjdk.com`](https://whichjdk.com) * [JDK Distributions - `sdkman.io/jdks`](https://sdkman.io/jdks) * ~~[https://jdk.dev](https://web.archive.org/web/20230321111127/https://jdk.dev/download/)~~ -
denji revised this gist
Jul 24, 2024 . 1 changed file with 15 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,21 @@ Pages * [JDK Distributions - `sdkman.io/jdks`](https://sdkman.io/jdks) * ~~[https://jdk.dev](https://web.archive.org/web/20230321111127/https://jdk.dev/download/)~~ > As you can see on the AdoptOpenJDK blog > > OpenJ9 builds > > Part of Eclipse’s agreement governing the use of the Oracle Java SE TCK, > requires that Adoptium does not release OpenJ9-based or GraalVM-based > runtimes. We know that OpenJ9 builds were very popular at AdoptOpenJDK, > and we are delighted to report that IBM has stepped in to provide > equivalent builds directly from their website. > > Adoptium has plans to distribute multiple vendor builds of OpenJDK > in the near future, so keep an eye on the Adoptium blog site for more > information about that exciting adventure. > So what you are looking for isn't a temurin docker immage, but a semeru docker image. Semeru being the name of IBM's equivalent to Temurin with OpenJ9 (the version the AdoptOpenJDK blog talked about). Distributions ------------- * [OpenJDK builds by Oracle (jdk.java.net)](https://jdk.java.net/) -
denji revised this gist
Jul 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Distributions * [Azul Zulu & Azul Zing](https://www.azul.com/) * [BellSoft Liberica JDK](https://bell-sw.com/) * [BellSoft Liberica NIK JDK](https://bell-sw.com/pages/liberica-native-image-kit) * [IBM Semeru Runtime](https://developer.ibm.com/languages/java/semeru-runtimes/) [[download]](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/) * [Amazon Corretto](https://aws.amazon.com/de/corretto/) * [Microsoft Build of OpenJDK](https://www.microsoft.com/openjdk) * [Alibaba Dragonwell](http://dragonwell-jdk.io/) -
denji revised this gist
Jul 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Distributions * [Azul Zulu & Azul Zing](https://www.azul.com/) * [BellSoft Liberica JDK](https://bell-sw.com/) * [BellSoft Liberica NIK JDK](https://bell-sw.com/pages/liberica-native-image-kit) * [IBM Semeru Runtime](https://developer.ibm.com/languages/java/semeru-runtimes/) [download](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/) * [Amazon Corretto](https://aws.amazon.com/de/corretto/) * [Microsoft Build of OpenJDK](https://www.microsoft.com/openjdk) * [Alibaba Dragonwell](http://dragonwell-jdk.io/) -
denji revised this gist
Jul 21, 2023 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,5 @@ Distributions * [GraalVM](https://www.graalvm.org/) * [Tencent Kona](https://github.com/Tencent/TencentKona-8) * [RedHat Mandrel](https://github.com/graalvm/mandrel) * [Eclipse Temurin](https://projects.eclipse.org/projects/adoptium.temurin) * [Trava](https://github.com/TravaOpenJDK/trava-jdk-11-dcevm) -
denji created this gist
Jul 21, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ Pages ----- * [Which Version of JDK Should I Use? - `whichjdk.com`](https://whichjdk.com) * [JDK Distributions - `sdkman.io/jdks`](https://sdkman.io/jdks) * ~~[https://jdk.dev](https://web.archive.org/web/20230321111127/https://jdk.dev/download/)~~ Distributions ------------- * [OpenJDK builds by Oracle (jdk.java.net)](https://jdk.java.net/) * [Oracle Java SE Development Kit (JDK)](https://www.oracle.com/java/) * [Adoptium Eclipse Temurin](https://adoptium.net/) * [AdoptOpenJDK](https://adoptopenjdk.net/) * [Azul Zulu & Azul Zing](https://www.azul.com/) * [BellSoft Liberica JDK](https://bell-sw.com/) * [BellSoft Liberica NIK JDK](https://bell-sw.com/pages/liberica-native-image-kit) * [IBM Semeru Runtime](https://developer.ibm.com/languages/java/semeru-runtimes/) * [Amazon Corretto](https://aws.amazon.com/de/corretto/) * [Microsoft Build of OpenJDK](https://www.microsoft.com/openjdk) * [Alibaba Dragonwell](http://dragonwell-jdk.io/) * [SapMachine](https://sap.github.io/SapMachine/) * [Red Hat OpenJDK](https://developers.redhat.com/products/openjdk/overview) * [GraalVM](https://www.graalvm.org/) * [Tencent Kona](https://github.com/Tencent/TencentKona-8) * [RedHat Mandrel](https://github.com/graalvm/mandrel) * [IBM Semeru](https://developer.ibm.com/languages/java/semeru-runtimes/) * [Eclipse Temurin](https://projects.eclipse.org/projects/adoptium.temurin) * [Trava](https://github.com/TravaOpenJDK/trava-jdk-11-dcevm)