Skip to content

Instantly share code, notes, and snippets.

@denji
Last active August 24, 2025 00:53
Show Gist options
  • Save denji/21bd2372de7ce9f5e2431454cfa4173c to your computer and use it in GitHub Desktop.
Save denji/21bd2372de7ce9f5e2431454cfa4173c to your computer and use it in GitHub Desktop.

Revisions

  1. denji revised this gist Dec 12, 2024. No changes.
  2. denji revised this gist Aug 1, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Major-Binary-Distributions-JDK-Vendors.md
    Original 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/)~~
  3. denji revised this gist Jul 24, 2024. 1 changed file with 15 additions and 0 deletions.
    15 changes: 15 additions & 0 deletions Major-Binary-Distributions-JDK-Vendors.md
    Original 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/)
  4. denji revised this gist Jul 24, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Major-Binary-Distributions-JDK-Vendors.md
    Original 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/)
    * [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/)
  5. denji revised this gist Jul 24, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Major-Binary-Distributions-JDK-Vendors.md
    Original 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/)
    * [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/)
  6. denji revised this gist Jul 21, 2023. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Major-Binary-Distributions-JDK-Vendors.md
    Original 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)
    * [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)
  7. denji created this gist Jul 21, 2023.
    27 changes: 27 additions & 0 deletions Major-Binary-Distributions-JDK-Vendors.md
    Original 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)