Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
OpenJDK
Free and open-source implementation of Java SE

OpenJDK (Open Java Development Kit) is a free and open-source implementation of the Java Platform, Standard Edition (Java SE). It is the result of an effort Sun Microsystems began in 2006, four years before the company was acquired by Oracle Corporation. The implementation is licensed under the GNU General Public License 2 with a linking exception, preventing components that linked to the Java Class Library becoming subject to the terms of the GPL license. OpenJDK is the official reference implementation of Java SE since version 7, and is the most popular distribution of the JDK.

We don't have any images related to OpenJDK yet.
We don't have any YouTube videos related to OpenJDK yet.
We don't have any PDF documents related to OpenJDK yet.
We don't have any Books related to OpenJDK yet.

History

See also: Java (Sun) § Licensing

Sun's promise and initial release

Sun announced in JavaOne 2006 that Java would become open-source software,56 and on October 25, 2006, at the Oracle OpenWorld conference, Jonathan Schwartz said that the company intended to announce the open-sourcing of the core Java Platform within 30 to 60 days.7

Sun released the Java HotSpot virtual machine and compiler as free software under the GNU General Public License on November 13, 2006, with a promise that the rest of the JDK (which includes the Java Runtime Environment) would be placed under the GPL by March 2007, "except for a few components that Sun does not have the right to publish in source form under the GPL".8 According to free-software advocate Richard Stallman, this would end the "Java trap", the vendor lock-in that he argues applied to Java and programs written in Java.9

Release of the class library

Following their promise to release a Java Development Kit (JDK) based almost completely on free and open-source code in the first half of 2007,10 Sun released the complete source code of the Java Class Library under the GPL on May 8, 2007, except for some limited parts that had been licensed to Sun by third parties and Sun was unable to re-license under the GPL.11 Included in the list of encumbered parts were several major components of the Java graphical user interface (GUI). Sun stated that it planned to replace the remaining proprietary components with alternative implementations and to make the class library completely free.

When initially released in May 2007, 4% of the OpenJDK class library remained proprietary.12 By the appearance of OpenJDK 6 in May 2008, less than 1% (the SNMP implementation,13 which is not part of the Java specification) remained,14 making it possible to build OpenJDK without any binary plugs.15 The binary plug requirement was later dropped from OpenJDK 7 as part of b53 in April 2009.16

This was made possible, over the course of the first year, by the work of Sun Microsystems and the OpenJDK community. Each encumbrance17 was either released as free and open-source software or replaced with an alternative. Beginning in December 2010, all the so-called binary plugs were replaced by open-source replacements, making the whole JDK open sourced and the binary plugs not necessary anymore.18

Community improvements

On November 5, 2007, Red Hat announced an agreement with Sun, signing Sun's broad contributor agreement (which covers participation in all Sun-led free and open-source software projects by all Red Hat engineers) and Sun's OpenJDK Community Technology Compatibility Kit (TCK) License Agreement (which gives the company access to the test suite that determines whether a project based on OpenJDK complies with the Java SE 6 specification).19

Also in November 2007, the Porters Group was created on OpenJDK to aid in efforts to port OpenJDK to different processor architectures and operating systems. The BSD porting project led by Kurt Miller and Greg Lewis and the Mac OS X porting project (based on the BSD one) led by Landon Fuller have expressed interest in joining OpenJDK via the Porters Group. As of January 2008, both are part of the mailing list discussions. Another project pending formalization on the Porters Group is the Haiku Java Team led by Bryan Varner.20

In December 2007, Sun moved the revision control of OpenJDK from TeamWare to Mercurial (and later to Git and GitHub), as part of the process of releasing it to open-source communities.2122

OpenJDK has comparatively strict procedures of accepting code contributions: every proposed contribution must be reviewed by another OpenJDK committer and the contributor must have signed the Sun/Oracle Contributor Agreement (SCA/OCA).23 Preferably, there should also be a jtreg24 test demonstrating the bug has been fixed. Initially, the external patch submission process was slow25 and, until September 2008, commits to the codebase were only made by Sun engineers.26 The process has improved and, as of 2010, simple patches and backports from OpenJDK 7 to OpenJDK 6 can take place within hours rather than days.27

In 2011, an unofficial port of OpenJDK 6.0 to OS/2 was first released.28 This port is included in the OS/2 derivative ArcaOS.29

On 25 September 2013, Microsoft and Azul Systems collaborated to create Zulu,30 a build of OpenJDK for users of the Windows Azure cloud. Zulu is available as a free download from the community site Zulu.org. It is also possible to get Zulu on Amazon Web Services31 via Canonical's Juju Charm Store,32 the Docker Hub,33 and Azul Systems repositories. Azul contributes bug fixes and enhancements back to the OpenJDK project and has several project committers on staff.34 Red Hat resigned leadership of OpenJDK 6 at the beginning of 2017 and this was then taken up by Azul Systems.3536

Since April 2016 there are unsupported community builds of OpenJDK for Microsoft Windows on GitHub in the project ojdkbuild37 which are released in pace with updates for Oracle JDK. From build 8u151 on, the MSI-installer offers an optional component for using Java Web Start based on the IcedTea-Web project.

In 2020, a port of OpenJDK 8 to OpenVMS on the Itanium platform was released.38

The number of external contributions to OpenJDK is growing since project inception. OpenJDK 11, released in September 2018, received 20% of external fixes39 and brought 17 new JEPs (features), out of which 3 were contributed by the community. Namely, JEP 315: "Improve Aarch64 Intrinsics" (contributed by BellSoft), JEP 318: "Epsilon: A No-Op Garbage Collector" (by Red Hat) and JEP 331: "Low-Overhead Heap Profiling" (contributed by Google).40

Collaboration with IBM, Apple, and SAP

On October 11, 2010, IBM, by far the biggest participant in the Apache Harmony project, decided to join Oracle on the OpenJDK project, effectively shifting its efforts from Harmony to OpenJDK.4142 Bob Sutor, IBM's head of Linux and open source, blogged that "IBM will be shifting its development effort from the Apache Project Harmony to OpenJDK".43

On November 12, 2010, Apple Inc. (just three weeks after deprecating its own Java runtime port44) and Oracle Corporation announced the OpenJDK project for Mac OS X. Apple will contribute most of the key components, tools and technology required for a Java SE 7 implementation on Mac OS X, including a 32-bit and 64-bit HotSpot-based Java virtual machine, class libraries, a networking stack and the foundation for a new graphical client.45

On January 11, 2011, the Mac OS X Port Project was created on OpenJDK, and Apple made the first public contribution of code to the project. The initial Apple contribution built on the OpenJDK BSD port.46

In July 2011, SAP AG announced that SAP officially joined the OpenJDK project.47

Components

The OpenJDK project produces a number of components: most importantly the virtual machine (HotSpot), the Java Class Library and the Java compiler (javac).

The Web browser plugin and Web Start, which form part of Oracle Java, are not included in OpenJDK. Sun previously indicated that they would try to open-source these components, but neither Sun nor Oracle Corporation have done so.48 The only currently available free plugin and Web Start implementations as of 2016 are those provided by IcedTea.

OpenJDK 9+ supports AOT compilation (jaotc) using GraalVM (JEP 295).49 The experimental -XX:+EnableJVMCIProduct flag enables the use of Graal JIT (JEP 317).50

OpenJDK versions

OpenJDK was initially based only on the JDK 7 version of the Java platform.51

Since JDK 10, the effort to produce an open-source reference implementation of the Java SE Platform was moved over to the JDK Project.52 Unlike past JDK Release Projects, which produced just one feature release and then terminated, this long-running project will produce all future JDK feature releases and will ship a feature release every six months according to a strict, time-based model.53

OpenJDK builds

Due to Oracle no longer releasing updates for long-term support (LTS) releases under a permissive license, other organizations have begun to publish their own builds, both in regular and long-term support terms.545556 Many Linux distributions offer their own builds through their package manager, including Microsoft Windows.

BuildOrganizationLTSPermissive licenseTCK testedBuilt unmodifiedCommercialsupport
AdoptOpenJDK57(moved to Eclipse Temurin at Adoptium in 2021)58YesYesYesOptionalOptional (IBM)
Alibaba Dragonwell59AlibabaYesYesNoNoNo
Amazon Corretto60AmazonYesYesYesYesOptional (on AWS)
Azul Zulu61Azul SystemsYesYesYesNoOptional
BellSoft Liberica JDK62BellSoftYesYesYesNoOptional
Eclipse Temurin63AdoptiumYesYesYesNoOptional (Azul, IBM, Red Hat)
IBM Java SDK64(moved to IBM Semeru Runtime Certified Edition at version 11)IBMYesNoYesNoYes
IBM Semeru Runtime Certified Edition65IBMYesYes6667YesNoOptional (IBM)
IBM Semeru Runtime Open Edition68IBMYesYes69NoNoOptional (IBM)
JetBrains Runtime70JetBrainsYesYesNoNoNo
Microsoft Build of OpenJDK71MicrosoftYesYesYesNoOptional (on Azure)
ojdkbuild72(Discontinued)YesYesNoYesNo
OpenLogic OpenJDK73OpenLogicYesYesNoNoOptional
GraalVM Community Edition74GraalVMYesYesYesNoNo
Oracle GraalVM Enterprise Edition75OracleYesNoYesNoYes
Oracle Java SE76OracleYesNoYesNoYes
Oracle OpenJDK77OracleNo78Yes79YesNo8081No
Red Hat build of OpenJDK82Red HatYesYesYesNoYes
SAP SapMachine83SAPYesYesYesNoOptional (for SAP products)
Tencent KonaJDKTencentYesYesYesNoOptional

IcedTea and inclusion in software distributions

Main article: IcedTea

In order to bundle OpenJDK in Fedora and other free Linux distributions, OpenJDK needed to be buildable using only free software components. Due to the encumbered components in the class library and implicit assumptions within the build system that the JDK being used to build OpenJDK was a Sun JDK, this was not possible. To achieve openness, Red Hat started the IcedTea project in June 2007.84 It began life as an OpenJDK/GNU Classpath hybrid that could be used to bootstrap OpenJDK, replacing the encumbrances with code from GNU Classpath.8586

On November 5, 2007, Red Hat signed both the Sun Contributor Agreement and the OpenJDK Community TCK License.87 One of the first benefits of this agreement is tighter alignment with the IcedTea project, which brings together Fedora, the Linux distribution, and JBoss, the application server, technologies in a Linux environment. IcedTea provided free software alternatives for the few remaining proprietary sections in the OpenJDK project.

In May 2008, the Fedora 98889 and Ubuntu 8.0490 distributions included IcedTea 6, based completely on free and open source code.91 Fedora 9 was the first version to be shipped with IcedTea6, based on the OpenJDK6 sources from Sun rather than OpenJDK7. It was also the first to use OpenJDK for the package name (via the OpenJDK trademark agreement92) instead of IcedTea.93 Ubuntu also first packaged IcedTea794 before later moving to IcedTea6. Packages for IcedTea6 were also created for Debian and included in Lenny. On July 12, 2008, Debian accepted OpenJDK-6 in unstable,9596 and it later was included in stable.97 OpenJDK is also available on openSUSE,98 Red Hat Enterprise Linux and RHEL derivatives such as CentOS.99

In June 2008, Red Hat announced that the packaged binaries for OpenJDK on Fedora 9, built using IcedTea 6, had passed the Technology Compatibility Kit tests and could claim to be a fully compatible Java 6 implementation.100 In July 2009, an IcedTea 6 binary build for Ubuntu 9.04 passed all of the compatibility tests in the Java SE 6 TCK.101

Since August 2008, OpenJDK 7 is usable on macOS and other BSD variants.102

On Android Nougat, OpenJDK replaced the now-discontinued Apache Harmony as the Java libraries in the source code of the mobile operating system. Google was in a legal dispute with Oracle over claims of copyright and patent infringement through its use of re-implementations of copyrighted Java APIs via Harmony. While also stating that this change was to create a more consistent platform between Java on Android and other platforms, the company admitted that the switch was motivated by the lawsuit, arguing that Oracle had authorized its use of the OpenJDK code by licensing it under the GPL.103

See also

References

  1. "OpenJDK homepage". Oracle Corporation and/or its affiliates. Retrieved January 1, 2013. http://openjdk.java.net/

  2. "Moving to OpenJDK as the official Java SE 7 Reference Implementation". https://blogs.oracle.com/java/moving-to-openjdk-as-the-official-java-se-7-reference-implementation

  3. "Java Platform, Standard Edition 7 Reference Implementations". jdk.java.net. https://jdk.java.net/java-se-ri/7

  4. "Java Platform, Standard Edition 8 Reference Implementations". Archived from the original on November 21, 2015. https://web.archive.org/web/20151121054204/https://jdk8.java.net/java-se-8-ri/

  5. Schwartz, Jonathan (May 23, 2006). "Busy Week..." Sun Microsystems. Archived from the original on July 17, 2006. Retrieved May 9, 2007. https://web.archive.org/web/20060717164412/http://blogs.sun.com/roller/page/jonathan/200605

  6. "Sun Opens Java". Sun Microsystems. Archived from the original (OGG Theora) on March 19, 2009. https://web.archive.org/web/20090319020035/http://mediacast.sun.com/share/tmarble/Sun_Opens_Java.ogg

  7. "Sun CEO sets open source Java time frame - Announcement set for 30 to 60 days". InfoWorld. October 25, 2006. Retrieved December 22, 2011. http://www.infoworld.com/d/developer-world/sun-ceo-sets-open-source-java-time-frame-558

  8. "Sun Opens Java". Sun Microsystems. November 13, 2006. Archived from the original on April 21, 2007. Retrieved May 9, 2007. https://web.archive.org/web/20070421151747/http://www.sun.com/2006-1113/feature/index.jsp

  9. Stallman, Richard. "Free But Shackled—The Java Trap". Retrieved December 4, 2007. https://www.gnu.org/philosophy/java-trap.html

  10. Oracle and Sun Archived March 3, 2012, at the Wayback Machine. Sun.com (2011-10-04). Retrieved on 2013-08-09. http://www.sun.com/software/opensource/java/faq.jsp#b4

  11. "Open JDK is here!". Sun Microsystems. May 8, 2007. Retrieved May 9, 2007. http://mail.openjdk.java.net/pipermail/announce/2007-May.txt

  12. Fitzsimmons, Thomas (May 18, 2007). "Plans for OpenJDK". Retrieved May 22, 2007. https://fitzsim.org/blog/?p=17

  13. "OpenJDK 6 b10 source posted". May 30, 2008. Retrieved June 1, 2008. http://mail.openjdk.java.net/pipermail/jdk6-dev/2008-May/000058.html

  14. Wade, Karsten (March 13, 2008). "OpenJDK in Fedora 9!". redhatmagazine.com. Archived from the original on April 21, 2008. Retrieved April 5, 2008. Thomas Fitzsimmons updated the Fedora 9 release notes source pages to reflect that Fedora 9 would ship with OpenJDK 6 instead of the IcedTea implementation of OpenJDK 7. Fedora 9 (Sulphur) is due to release in May 2008. https://web.archive.org/web/20080421100346/http://developer.redhatmagazine.com/2008/03/12/openjdk-to-replace-icedtea-in-fedora-9/

  15. "OpenJDK 6 b10 source posted". May 30, 2008. Retrieved June 1, 2008. http://mail.openjdk.java.net/pipermail/jdk6-dev/2008-May/000058.html

  16. "Changes in OpenJDK7 b53". April 2, 2009. Archived from the original on April 6, 2009. Retrieved September 5, 2009. https://web.archive.org/web/20090406171143/http://download.java.net/jdk7/changes/jdk7-b53.html

  17. Herron, David (October 4, 2007). "Plans for OpenJDK". Archived from the original on October 11, 2007. Retrieved October 9, 2007. https://web.archive.org/web/20071011014156/http://weblogs.java.net/blog/robogeek/archive/2007/10/openjdk_encumbr.html

  18. Kelly O'Hair (December 2010). "OpenJDK7 and OpenJDK6 Binary Plugs Logic Removed". Oracle Corporation. Retrieved November 25, 2011. http://mail.openjdk.java.net/pipermail/build-dev/2010-December/003881.html

  19. "Broad contributor agreement and TCK License pave way for a fully compatible, free and open-source Java Development Kit for Red Hat Enterprise Linux". Archived from the original on February 28, 2010. Retrieved January 4, 2008. https://web.archive.org/web/20100228161007/http://www.businesswire.com/portal/site/google/index.jsp?ndmViewId=news_view&newsId=20071105005882&newsLang=en

  20. koki (January 3, 2008). "New java for haiku team formed". Haiku. Archived from the original on January 5, 2008. https://web.archive.org/web/20080105150946/http://haiku-os.org/news/2008-01-03/new_java_for_haiku_team_formed

  21. James Gosling (October 2006). "James Gosling on Open Sourcing Sun's Java Platform Implementations, Part 1" (Interview). Interviewed by Robert Eckstein. /wiki/James_Gosling

  22. O'Hair, Kelly (December 12, 2007). "Mercurial OpenJDK Questions". Archived from the original on March 5, 2012. https://web.archive.org/web/20120305080437/https://blogs.oracle.com/roller-ui/errors/404.jsp

  23. "Sun Microsystems Inc. Contributor Agreement" (PDF). http://oss.oracle.com/oca.pdf

  24. "Regression Test Harness for the OpenJDK platform: jtreg". Retrieved August 26, 2008. http://openjdk.java.net/jtreg/

  25. Tripp, Andy (July 16, 2007). "Classpath hackers frustrated with slow OpenJDK process". Archived from the original on July 17, 2013. Retrieved April 20, 2008. https://web.archive.org/web/20130717141329/http://www.javalobby.org/java/forums/t98834.html

  26. Kennke, Roman (September 29, 2008). "A small step for me". Archived from the original on October 3, 2008. Retrieved October 19, 2008. https://web.archive.org/web/20081003094214/http://kennke.org/blog/2008/09/29/a-small-step-for-me/

  27. Darcy, Joe (June 10, 2010). "Backporting changeset from 7 to 6 for bugfix". http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-June/001708.html

  28. "Java for OS/2 and OS/2-based systems". netlabs.org. Retrieved September 9, 2020. https://trac.netlabs.org/java

  29. "Compatibility Subsystems". arcanoae.com. Retrieved September 9, 2020. https://www.arcanoae.com/wiki/arcaos/compatibility-subsystems/

  30. "Microsoft, Azul Bring OpenJDK to Windows Azure With 'Zulu'". www.eweek.com. Retrieved December 3, 2015.[permanent dead link] http://www.eweek.com/developer/microsoft-azul-bring-openjdk-to-windows-azure-with-zulu.html

  31. parthik, dahima (October 14, 2024). "Java Programming Interview Questions And Answers For students". www.boxoflearn.com. Retrieved October 14, 2024. https://boxoflearn.com/advance-java-viva-questions/

  32. "Azul Systems Joins Canonical's Charm Partner Program". EnterpriseTech. Retrieved December 3, 2015. http://www.enterprisetech.com/2015/07/22/azul-systems-joins-canonicals-charm-partner-program/

  33. "Azul Systems puts Java 8 into Docker containers for Linux users". www.v3.co.uk. Retrieved December 3, 2015. http://www.v3.co.uk/v3-uk/news/2371497/azul-systems-puts-java-8-into-docker-containers-for-linux-users

  34. "Java Standards: Essential for Your Business - Azul Systems, Inc". Azul Systems, Inc. Retrieved February 6, 2018. https://www.azul.com/products/zulu-and-zulu-enterprise/java-standards/

  35. Haley, Andrew (October 1, 2016). "OpenJDK6 End Of Life". jdk6-dev (Mailing list). Archived from the original on July 2, 2017. Retrieved February 12, 2018. http://mail.openjdk.java.net/pipermail/jdk6-dev/2016-October/003606.html

  36. Bell, Tim (October 1, 2016). "New lead for the JDK 6 Project: Andrew Brygin". jdk6-dev (Mailing list). Archived from the original on February 19, 2018. Retrieved February 19, 2018. http://mail.openjdk.java.net/pipermail/jdk6-dev/2017-January/003614.html

  37. ojdkbuild https://github.com/ojdkbuild/ojdkbuild

  38. "New OpenJDK for OpenVMS announced". vmssoftware.com. June 10, 2020. Retrieved September 9, 2020. https://vmssoftware.com/about/news/2020-06-10-openjdk-announcement/

  39. Dalibor Topic (October 2018). "Building JDK 11 Together". Oracle Corporation. Retrieved May 27, 2019. https://blogs.oracle.com/java-platform-group/building-jdk-11-together

  40. Mark Reinhold (October 2018). "JDK 11". Oracle Corporation. Retrieved May 27, 2019. https://openjdk.java.net/projects/jdk/11/

  41. "Oracle and IBM Collaborate to Accelerate Java Innovation Through OpenJDK". Oracle Corporation. Retrieved October 22, 2010. http://www.marketwire.com/press-release/Oracle-and-IBM-Collaborate-to-Accelerate-Java-Innovation-Through-OpenJDK-NASDAQ-ORCL-1332855.htm

  42. Ryan Paul. "Java wars: IBM joins OpenJDK as Oracle shuns Apache Harmony". Ars Technica. Retrieved October 22, 2010. https://arstechnica.com/open-source/news/2010/10/ibm-joins-openjdk-as-oracle-shuns-apache-harmony.ars

  43. Bob Sutor. "IBM joins the OpenJDK community, will help unify open source Java efforts". Archived from the original on October 18, 2010. Retrieved October 22, 2010. IBM will be shifting its development effort from the Apache Project Harmony to OpenJDK. For others who wish to do the same, we'll work together to make the transition as easy as possible. IBM will still be vigorously involved in other Apache projects. https://web.archive.org/web/20101018160132/http://www.sutor.com/c/2010/10/ibm-joins-the-openjdk-community/

  44. "Java for Mac OS X 10.6 Update 3 and 10.5 Update 8 Release Notes". October 20, 2010. https://developer.apple.com/library/mac/#releasenotes/Java/JavaSnowLeopardUpdate3LeopardUpdate8RN/NewandNoteworthy/NewandNoteworthy.html

  45. "Oracle and Apple Announce OpenJDK Project for Mac OS X". Business Wire. November 12, 2010. Retrieved November 12, 2010. Oracle and Apple today announced the OpenJDK project for Mac OS X. Apple will contribute most of the key components, tools and technology required for a Java SE 7 implementation on Mac OS X, including a 32-bit and 64-bit HotSpot-based Java virtual machine, class libraries, a networking stack and the foundation for a new graphical client. OpenJDK will make Apple's Java technology available to open source developers so they can access and contribute to the effort. http://www.businesswire.com/news/home/20101112005253/en/Oracle-Apple-Announce-OpenJDK-Project-Mac-OS

  46. Mike Swingler (Apple) (January 11, 2011). "Announcing: OpenJDK for Mac OS X source repository, mailing list, project home". OpenJDK. Retrieved November 12, 2010. I'm very happy to let you know that today we made the first public contribution of code to the OpenJDK project for Mac OS X. This initial contribution builds on the hard work of the BSD port, and initially has the same functionality. Today's contribution simply modifies the build process to create universal binary, and produces a .jdk bundle which is recognized by Java Preferences and the JVM detection logic in Mac OS X. /wiki/Apple_Inc.

  47. Volker Simonis (SAP AG) (July 14, 2011). "SAP joins the OpenJDK". OpenJDK. Retrieved November 12, 2010. I'm really happy that as of today, SAP has signed the Oracle Contributor Agreement (OCA). This means that with immediate effect the SAP JVM developers can officially join the discussions on the various OpenJDK mailing lists and contribute patches and enhancements to the project. /wiki/SAP_AG

  48. Darcy, Joe (June 8, 2009). "OpenJDK and the new plugin". Retrieved September 5, 2009. http://mail.openjdk.java.net/pipermail/jdk6-dev/2009-June/000604.html

  49. "Ahead-of-Time (AOT) Compilation May Come to OpenJDK HotSpot in Java 9". InfoQ.com. October 1, 2016. Retrieved October 6, 2016. AOT brings about a new tool called 'jaotc' which uses Graal as the backend (to generate code) https://www.infoq.com/news/2016/10/AOT-HotSpot-OpenJDK-9

  50. "[JDK-8232118] Add JVM option to enable JVMCI compilers in product mode - Java Bug System". bugs.openjdk.java.net. https://bugs.openjdk.java.net/browse/JDK-8232118

  51. "Didn't you promise to open source both JDK 6 and JDK 7 last November? What happened to JDK 6?". Sun Microsystems. Archived from the original on March 3, 2012. Retrieved October 14, 2007. Sun did make that promise, and we plan to keep it. But in the six months since the November 2006 announcement, it has become clear that doing this is far more complex than just changing the license and publishing the source code. https://web.archive.org/web/20120303230525/http://www.oracle.com/us/sun/index.htm#b10

  52. oracle.com, mark reinhold at (September 26, 2017). "CFV: New Project: JDK". Retrieved February 16, 2018. http://mail.openjdk.java.net/pipermail/announce/2017-September/000231.html

  53. oracle.com, mark reinhold at (September 6, 2017). "Accelerating the JDK release cadence". Retrieved February 16, 2018. http://mail.openjdk.java.net/pipermail/discuss/2017-September/004281.html

  54. Colebourne, Stephen. "Time to look beyond Oracle's JDK". https://blog.joda.org/2018/09/time-to-look-beyond-oracles-jdk.html

  55. "Difference between OpenJDK and Adoptium/AdoptOpenJDK". Stack Overflow. https://stackoverflow.com/questions/52431764/difference-between-openjdk-and-adoptopenjdk

  56. "Java is Still Free 2.0.3. This is a repeat of (version 2.0.0) of... | by Java Champions | Medium". https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244

  57. "AdoptOpenJDK - Open source, prebuilt OpenJDK binaries". Retrieved July 10, 2020. https://adoptopenjdk.net/

  58. "Good-bye AdoptOpenJDK. Hello Adoptium!". blog.adoptopenjdk.net. Retrieved September 22, 2021. https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/

  59. "Alibaba Dragonwell". Retrieved June 14, 2021. http://dragonwell-jdk.io/

  60. "Amazon Corretto". Retrieved July 10, 2020. https://aws.amazon.com/corretto/

  61. "Zulu Community: Free, tested builds of OpenJDK managed by Azul engineers". Retrieved July 10, 2020. https://www.azul.com/products/zulu-community/

  62. "Download Liberica JDK, OpenJDK, Java 8, Java 11, Linux, Windows, macOS". BellSoft. Retrieved July 10, 2020. https://bell-sw.com/java

  63. "Eclipse Temurin". Adoptium. Retrieved May 15, 2022. https://adoptium.net/temurin/

  64. "Home - Java SDK". Retrieved July 10, 2020. https://developer.ibm.com/javasdk/

  65. "IBM Semeru Runtimes - IBM Developer". Retrieved August 3, 2021. https://developer.ibm.com/languages/java/semeru-runtimes/

  66. https://www.ibm.com/support/pages/semeru-runtimes-support https://www.ibm.com/support/pages/semeru-runtimes-support

  67. "Introducing the no-cost IBM Semeru Runtimes to develop and run Java applications". Retrieved September 23, 2021. https://developer.ibm.com/blogs/introducing-the-ibm-semeru-runtimes/

  68. "IBM Semeru Runtimes - IBM Developer". Retrieved August 3, 2021. https://developer.ibm.com/languages/java/semeru-runtimes/

  69. "Introducing the no-cost IBM Semeru Runtimes to develop and run Java applications". Retrieved September 23, 2021. https://developer.ibm.com/blogs/introducing-the-ibm-semeru-runtimes/

  70. "JetBrains Runtime - JetBrains Runtime - Confluence". Retrieved June 15, 2021. https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime

  71. "Microsoft Build of OpenJDK". Microsoft. Retrieved June 15, 2021. https://www.microsoft.com/openjdk

  72. "ojdkbuild/ojdkbuild". GitHub. Retrieved July 10, 2020. https://github.com/ojdkbuild/ojdkbuild

  73. "OpenJDK Downloads". OpenLogic. Retrieved October 2, 2020. https://www.openlogic.com/openjdk-downloads

  74. "GraalVM". GraalVM. Retrieved June 15, 2021. https://www.graalvm.org/

  75. "GraalVM Enterprise". Oracle Technology Network. Oracle. Retrieved April 27, 2021. https://www.oracle.com/java/graalvm/

  76. "Oracle Java Technologies". Oracle. Retrieved September 17, 2022. https://www.oracle.com/java/technologies/

  77. "JDK Builds from Oracle". Retrieved September 17, 2022. https://jdk.java.net/

  78. "JDK Builds from Oracle". Retrieved September 17, 2022. https://jdk.java.net/

  79. "OpenJDK: GPLv2 + Classpath Exception". Retrieved September 17, 2022. https://openjdk.org/legal/gplv2+ce.html

  80. "[JDK-8215030] Disable shenandoah in Oracle builds". Java Bug System. Archived from the original on December 9, 2021. Retrieved December 8, 2021. https://bugs.openjdk.java.net/browse/JDK-8215030

  81. "Not all OpenJDK 12 builds include Shenandoah: Here's why". April 19, 2019. Retrieved December 8, 2021. https://developers.redhat.com/blog/2019/04/19/not-all-openjdk-12-builds-include-shenandoah-heres-why

  82. "OpenJDK Overview". Red Hat Developer. Retrieved July 10, 2020. https://developers.redhat.com/products/openjdk/overview

  83. "An OpenJDK release maintained and supported by SAP". SapMachine. GitHub. Retrieved July 10, 2020. https://sap.github.io/SapMachine/

  84. Fitzsimmons, Thomas (June 8, 2007). "Credits". Retrieved June 8, 2007. http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2007-June/000032.html

  85. Andrew, Haley (June 7, 2007). "Experimental Build Repository at icedtea.classpath.org". Archived from the original on August 20, 2007. Retrieved June 9, 2007. https://web.archive.org/web/20070820003552/http://article.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/5

  86. Mark, Wielaard (June 7, 2007). "Experimental Build Repository at icedtea.classpath.org". Archived from the original on June 19, 2007. Retrieved June 9, 2007. https://web.archive.org/web/20070619012918/http://developer.classpath.org/pipermail/classpath/2007-June/002109.html

  87. "Red Hat and Sun Collaborate to Advance Open Source Java Technology". Red Hat. November 5, 2007. Archived from the original on August 25, 2007. Retrieved November 6, 2007. https://web.archive.org/web/20070825211213/http://home.businesswire.com/portal/site/google/index.jsp?ndmViewId=news_view

  88. Wade, Karsten (March 13, 2008). "OpenJDK in Fedora 9!". redhatmagazine.com. Archived from the original on April 21, 2008. Retrieved April 5, 2008. Thomas Fitzsimmons updated the Fedora 9 release notes source pages to reflect that Fedora 9 would ship with OpenJDK 6 instead of the IcedTea implementation of OpenJDK 7. Fedora 9 (Sulphur) is due to release in May 2008. https://web.archive.org/web/20080421100346/http://developer.redhatmagazine.com/2008/03/12/openjdk-to-replace-icedtea-in-fedora-9/

  89. "Open Source Java Technology Debuts In GNU/Linux Distributions". Sun Microsystems. Retrieved May 2, 2008. http://www.sun.com/aboutsun/pr/2008-04/sunflash.20080430.1.xml

  90. "openjdk-6 in Ubuntu". Retrieved April 19, 2008. https://launchpad.net/ubuntu/+source/openjdk-6

  91. Reinhold, Mark (April 24, 2008). "There's not a moment to lose!". Archived from the original on April 29, 2008. Retrieved April 19, 2008. https://web.archive.org/web/20080429191849/http://blogs.sun.com/mr/entry/in_hardy_heron

  92. OpenJDK trademark agreement http://openjdk.java.net/legal/openjdk-trademark-notice.html

  93. Wade, Karsten (March 13, 2008). "OpenJDK in Fedora 9!". redhatmagazine.com. Archived from the original on April 21, 2008. Retrieved April 5, 2008. Thomas Fitzsimmons updated the Fedora 9 release notes source pages to reflect that Fedora 9 would ship with OpenJDK 6 instead of the IcedTea implementation of OpenJDK 7. Fedora 9 (Sulphur) is due to release in May 2008. https://web.archive.org/web/20080421100346/http://developer.redhatmagazine.com/2008/03/12/openjdk-to-replace-icedtea-in-fedora-9/

  94. "icedtea-java7 in Ubuntu". Retrieved April 19, 2008. https://launchpad.net/ubuntu/+source/icedtea-java7

  95. Topic, Dalibor (July 14, 2008). "QotD: Debian Overview of openjdk-6 source package". Retrieved July 15, 2008. http://robilad.livejournal.com/33750.html

  96. "Overview of openjdk-6 source package". debian.org. Retrieved July 15, 2008. http://packages.qa.debian.org/o/openjdk-6.html

  97. "Package: openjdk-6-jdk". debian.org. February 14, 2009. Retrieved February 16, 2009. http://packages.debian.org/stable/openjdk-6-jdk

  98. "Package: OpenJDK". opensuse.org. Archived from the original on May 27, 2009. Retrieved June 1, 2009. https://web.archive.org/web/20090527021318/http://en.opensuse.org/OpenJDK

  99. "How to download and install prebuilt OpenJDK packages". Retrieved March 3, 2010. http://openjdk.java.net/install/#epel

  100. Sharples, Rich (June 19, 2008). "Java is finally Free and Open". Archived from the original on June 20, 2008. https://web.archive.org/web/20080620065024/http://blog.softwhere.org/archives/196

  101. Klose, Matthias (July 11, 2009). "Announcing OpenJDK 6 Certification for Ubuntu 9.04 (jaunty)". https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-July/000587.html

  102. Fuller, Landon (August 19, 2008). "SoyLatte, Meet OpenJDK: OpenJDK 7 for Mac OS X". Retrieved August 22, 2008. http://landonf.bikemonkey.org/code/java/SoyLatte_Meets_OpenJDK.20080819.html

  103. "Android N switches to OpenJDK, Google tells Oracle it is protected by the GPL". Ars Technica. January 6, 2016. Retrieved January 7, 2016. https://arstechnica.com/tech-policy/2016/01/android-n-switches-to-openjdk-google-tells-oracle-it-is-protected-by-the-gpl/