# HG changeset patch # User Thomas Wuerthinger # Date 1303899744 -7200 # Node ID 7f44417fb32f776f7911edc4acdf007c079bd12d # Parent 62feb6fd69a9771cc875da46c64ab5e40307a9c8 Added README. diff -r 62feb6fd69a9 -r 7f44417fb32f GRAAL_README --- /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.