Earlier quoted context omitted.
the Minecraft world, as in the Minecraft community.
Oh. I was really hoping they made a JDK using redstone.
Amazon Corretto JDK
71–80 of 85 posts
Re: Amazon Corretto JDK
#72Earlier quoted context omitted.
That may be so, but >90% of the work on this particular Eclipse project is done by IBM. Just as many companies contribute to OpenJDK but it is primarily an Oracle project, and Oracle does most of the work, Adoptium is an IBM project. That, in itself is not good or bad (although it is somewhat bad because, unlike other JDK distributors, IBM is barely involved with OpenJDK and the IBM team that makes the Adoptium build…
Are we talking about the (Open)J9 flavor here? It was featured more prominently on the AdoptOpenJDK page, but has now all but disappeared on the Adoptium site. J9 is something that I can definitely associate with IBM, what I'm having a hard time with is connecting the work on HotSpot builds to the company.
Re: Amazon Corretto JDK
#73Earlier quoted context omitted.
Java is like C and C++, there are plenty of implementations to chose from. Each has their own set of strong points regarding JIT, AOT, GC capabilities, which one to select is usually based on the use case. Unless doing something special, you are pretty safe using a regular OpenJDK distribution.
Unlike the C/C++ compiler landscape which for industry use cases has a few high profile high quality candidates, and all vendors of these solutions are pretty much guaranteed to employ top level experts to evolve their softwares, the picture with the JDKs is much less clear. Apparently everybody who has some sort of name brand now rolls their own version, and even throughout this thread here there really is no sharp…
Commercial JDKs have been a fact of life since around 2000.
In fact, for a very long time, those commercial implementations were the only ones offering production quality AOT compilers and JIT caches for Java.
The JIT caches that now exist as free beer on Hotspot and J9, come from J/Rockit and Websphere Real Time respectively.
Also if you want a GC with real time guarantees for embedded software, PTC and Aicas are pretty much the ones to go to.
Re: Amazon Corretto JDK
#74Is there any JDK/JRE distribution that bundles in JavaFX?
Re: Amazon Corretto JDK
#75Re: Amazon Corretto JDK
#76I know, I know, it doesn't really matter, but for the very curious among you, "corretto" might refer to "Caffè Corretto", an Italian flavor of espresso coffee with alcohol added to it. The origin of "corretto" in that sense are really interesting [0]. [0]: https://punchdrink.com/articles/brief-history-italian-caffe-...
Re: Amazon Corretto JDK
#77Earlier quoted context omitted.
Adopt OpenJDK did have the LTS releases. They rebranded last release - https://adoptium.net . The quarterly updates to Java 8, 11, and now 17 are all there, and up till then, been pulling 8/11 from Adopt OpenJDK's site. All in all, not much different. The last release was a bit of a kerfuffle, as they migrated web sites.
From the Adoptium FAQ: > This is the project and brand name for the binaries that the Eclipse Foundation produces. You can think of these as the successor binaries to AdoptOpenJDK. The current LTS versions are 8, 11 and 17. Supported platforms include arm32 (Linux), aarch64 (Linux & macOS), x64 (Windows, Alpine & Linux w/ glibc) and x86 (Linux).
I did find some OpenJ9 github site which mentioned they could not provide binaries any more, but I don't really understand why.
Re: Amazon Corretto JDK
#78Earlier quoted context omitted.
That may be so, but >90% of the work on this particular Eclipse project is done by IBM. Just as many companies contribute to OpenJDK but it is primarily an Oracle project, and Oracle does most of the work, Adoptium is an IBM project. That, in itself is not good or bad (although it is somewhat bad because, unlike other JDK distributors, IBM is barely involved with OpenJDK and the IBM team that makes the Adoptium build…
Are we talking about the (Open)J9 flavor here? It was featured more prominently on the AdoptOpenJDK page, but has now all but disappeared on the Adoptium site. J9 is something that I can definitely associate with IBM, what I'm having a hard time with is connecting the work on HotSpot builds to the company.
Re: Amazon Corretto JDK
#79I've peripherally known Corretto is the Amazon distribution of Java (specifically, OpenJDK), but I never really looked up what the difference between, say, the releases from AdoptOpenJDK and Corretto are. I looked it up, it looks like it's generally: 1. LTS support - adoptopenjdk doesn't do LTS 2. Patches that come from Amazon that are upstreamed to OpenJDK but appear in Corretto first since, you know, that's where A…
According to [1], Amazon Corretor is a OpenJDK build which is:
* maintained by Amazon (back ported bug fixes, patches),
* includes Amazon's custom crypto provider optimized for AWS,
* Optimized builds for Amazon's Linux distro, Amazon Linux 2.
Re: Amazon Corretto JDK
#80Earlier quoted context omitted.
the Minecraft world, as in the Minecraft community.
Oh. I was really hoping they made a JDK using redstone.