Update JVM and JDK section
This commit is contained in:
committed by
Andreas Kull
parent
a35d667b9c
commit
2d0bc4a663
11
README.md
11
README.md
@ -488,11 +488,14 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
|
||||
*Current implementations of the JVM/JDK.*
|
||||
|
||||
- [Avian](https://github.com/ReadyTalk/avian) - JVM with both JIT and AOT modes. Includes an iOS port.
|
||||
- [Graal](https://github.com/oracle/graal) - Polyglot virtual machine which can be embedded.
|
||||
- [OpenJ9](https://github.com/eclipse/openj9) - High performance, enterprise calibre, flexibly licensed, openly governed cross platform Java Virtual Machine extending and augmenting the runtime technology components from the Eclipse OMR and OpenJDK project.
|
||||
- [OpenJDK](http://openjdk.java.net) - Open-source implementation for Linux.
|
||||
- [Adopt Open JDK](https://adoptopenjdk.net) - OpenJDK builds which allows to choose between HotSpot and OpenJ9.
|
||||
- [Avian](https://github.com/ReadyTalk/avian) - JVM with JIT, AOT modes and iOS port.
|
||||
- [Corretto](https://aws.amazon.com/corretto) - No-cost, multiplatform, production-ready distribution of OpenJDK by Amazon.
|
||||
- [Graal](https://github.com/oracle/graal) - Polyglot embeddable JVM.
|
||||
- [OpenJ9](https://github.com/eclipse/openj9) - High performance, enterprise-calibre, flexibly licensed, openly-governed cross-platform JVM extending and augmenting the runtime technology components from the Eclipse OMR and OpenJDK project.
|
||||
- [Open JDK](https://openjdk.java.net) - Open JDK distributed by Oracle.
|
||||
- [ParparVM](https://github.com/codenameone/CodenameOne/tree/master/vm) - VM with non-blocking, concurrent GC for iOS.
|
||||
- [RedHat Open JDK](https://developers.redhat.com/products/openjdk/overview) - RedHat's OpenJDK distribution.
|
||||
- [Zulu](https://www.azul.com/downloads/zulu) - OpenJDK builds for Windows, Linux, and Mac OS X.
|
||||
|
||||
### Logging
|
||||
|
Reference in New Issue
Block a user