changeset 2512:7f44417fb32f

Added README.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 12:22:24 +0200
parents 62feb6fd69a9
children 3452f96a1139
files GRAAL_README
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GRAAL_README	Wed Apr 27 12:22:24 2011 +0200
@@ -0,0 +1,8 @@
+For creating a Graal VM JDK, the file jre\lib\jvm.cfg has to be modified such that it includes the line:
+-client KNOWN
+
+Before running the Graal VM, the following environment variables are needed:
+- MAXINE: Pointing to a Maxine VM repository with compiled Java files.
+- GRAAL: Pointing to a Graal VM repository with compiled Java files.
+
+For starting the Graal VM, the two flags "-client -graal" have to be specified.