view GRAAL_README @ 2787:9253df721472

Allow to return a map of "debug properties" in Node and subclasses and show these properties in the IdealGraphVisualizer. Also, fix inputCount() and successorCount() for Local.
author Peter Hofer <peter.hofer@jku.at>
date Wed, 25 May 2011 17:48:56 +0200
parents 7f44417fb32f
children ea778c37bdae
line wrap: on
line source

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.