I have not used Java in many years now, but I'm curious if anyone has anecdotal experience using OpenJDK in production? Performance vs Oracle Java, bugs/ idiosyncrasies due to internal API differences, etc?
As of JDK 11, there is feature parity between OpenJDK and Oracle JDK, which is the JDK that most people used until now. In JDK 8, the Oracle version had several closed source additional features (such as Java Flight Recorder and the Z garbage collector). Also, implementations of things like graphics rendering used to be different in Oracle JDK 8 and earlier. That's no longer the case. Oracle JDK and OpenJDK should be…
Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
11–20 of 147 posts
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#12I have not used Java in many years now, but I'm curious if anyone has anecdotal experience using OpenJDK in production? Performance vs Oracle Java, bugs/ idiosyncrasies due to internal API differences, etc?
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#13This is the primary URL: https://aws.amazon.com/corretto/
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#14Legitimate question: what is keeping stock OpenJDK from being considered "production-ready" as it is?
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#15I really, really wish AWS would start using practical/self-explanatory names for their products.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#16Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#17Legitimate question: what is keeping stock OpenJDK from being considered "production-ready" as it is?
See this link for context: https://jaxenter.com/end-life-comes-early-jdk-8-140824.html Tl;Dr: with Oracle changing the release versioning of Java, LTS releases are now essentially a paid product. If you run a large business with a lot of Java that is now a significant new burden to deal with.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#18It's a bit sad that they don't even package it in Amazon Linux's repos. In my eyes that's just building trust on one end and demolishing it on the other.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#19I have not used Java in many years now, but I'm curious if anyone has anecdotal experience using OpenJDK in production? Performance vs Oracle Java, bugs/ idiosyncrasies due to internal API differences, etc?
In practice, none of the differences had any impact on our uses.
Since Java 11, Oracle JDK and OpenJDK are the same. Oracle JDK is just a build that's commercially supported by Oracle.
There's a ton of FUD around OpenJDK and has been for years. For a long time many Apache projects recommended Oracle JDK solely on the grounds that they hadn't been tested on OpenJDK by the maintainers.