comparison GRAAL_README @ 2512:7f44417fb32f

Added README.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 12:22:24 +0200
parents
children ea778c37bdae
comparison
equal deleted inserted replaced
2511:62feb6fd69a9 2512:7f44417fb32f
1 For creating a Graal VM JDK, the file jre\lib\jvm.cfg has to be modified such that it includes the line:
2 -client KNOWN
3
4 Before running the Graal VM, the following environment variables are needed:
5 - MAXINE: Pointing to a Maxine VM repository with compiled Java files.
6 - GRAAL: Pointing to a Graal VM repository with compiled Java files.
7
8 For starting the Graal VM, the two flags "-client -graal" have to be specified.