From b6ea9ae25a02cde31149227715e6d11c8167617a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 7 Dec 2019 01:24:09 +0000 Subject: [PATCH] Minor README updates. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72054ad..15d6861 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,6 @@ compile JamVM 2.0.0. This serves as our second Java environment. Finally, we compile git snapshot of GNU Classpath which has a much better support for Java 1.6. Then we compile a slightly patched ecj-4.2. Together with JamVM 2.0.0 this will serve as -Java environment that can bootstrap Icedtea 2 (Java 7). +Java environment that can bootstrap Icedtea 2 (Java 7). Unfortunately, I was only able to build +Java 7 with JamVM as VM (which is slower), Hotspot build failed. JamVM with OpenJDK 7 classes +can build Icedtea 3 with Hotspot VM.