Add Graal

This commit is contained in:
Andreas Kull
2018-05-31 11:48:59 +02:00
parent 31ba56a44b
commit 3f26af137d

View File

@ -472,6 +472,7 @@ 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.
* [ParparVM](https://github.com/codenameone/CodenameOne/tree/master/vm) - VM with non-blocking, concurrent GC for iOS.