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?
Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
21–30 of 147 posts
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#22Earlier quoted context omitted.
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…
Amazon's OpenJDK is 1.8.0 which is JDK8, so it still 'misses' those Oracle's closed features?
Most of the differences are commercial features you're not allowed to use without a commercial support contract with Oracle. The only other differences are so small you probably wouldn't notice.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#23> Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit I really, really wish AWS would start using practical/self-explanatory names for their products.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#24> Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit I really, really wish AWS would start using practical/self-explanatory names for their products.
Edit: Added sarcasm indicator
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#25I 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
#26Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#27> Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit I really, really wish AWS would start using practical/self-explanatory names for their products.
I’m honestly surprised they didn’t go with “Simple Java Service”. /s Edit: Added sarcasm indicator
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#28The repo is on Github: https://github.com/corretto
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#29> Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit I really, really wish AWS would start using practical/self-explanatory names for their products.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#30> Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit I really, really wish AWS would start using practical/self-explanatory names for their products.