From 3f26af137d44e7f71c079d6f41a604c696835a89 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 11:48:59 +0200 Subject: [PATCH] Add Graal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8eb6352..cecec2a 100644 --- a/README.md +++ b/README.md @@ -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.