changeset 3545:d8c27956ec6e

Updated graal readme.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 13 Aug 2011 18:21:33 +0200
parents 622bbc9dafbd
children 4aa80ca3dbec
files GRAAL_README
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/GRAAL_README	Sat Aug 13 18:13:08 2011 +0200
+++ b/GRAAL_README	Sat Aug 13 18:21:33 2011 +0200
@@ -1,9 +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
+-graal KNOWN
 
-Before running the Graal VM, the following environment variables are needed:
+Before running the Graal VM, the following environment variables is needed:
 - MAXINE: Pointing to a Maxine VM repository with compiled Java files.
-- GRAAL: Pointing to a Graal VM repository with compiled Java files.
 
 In particular, the VM will look for the compiled Java files in the following directories:
 ${MAXINE}/com.oracle.max.cri/bin
@@ -11,11 +10,13 @@
 ${MAXINE}/com.oracle.max.asmdis/bin
 ${MAXINE}/com.oracle.max.asm/bin
 ${MAXINE}/com.oracle.max.graal.graph/bin
-${GRAAL}/graal/com.oracle.max.graal.compiler/bin
-${GRAAL}/graal/com.oracle.max.graal.runtime/bin
-${GRAAL}/graal/com.oracle.max.graal.graphviz/bin
+${MAXINE}/com.oracle.max.graal.compiler/bin
+${MAXINE}/com.oracle.max.graal.nodes/bin
+${MAXINE}/com.oracle.max.graal.extensions/bin
+${MAXINE}/com.oracle.max.graal.runtime/bin
+${MAXINE}/com.oracle.max.graal.graphviz/bin
 
-For starting the Graal VM, the two flags "-client -graal" have to be specified. Additional flags that might be useful:
+For starting the Graal VM, the flag "-graal" has to be specified. Additional flags that might be useful:
 -G:Plot Sends the graphs of compiled methods via network stream to the IdealGraphVisualizer (NetBeans project at ${GRAAL}/src/share/tools/IdealGraphVisualizer that can be built and run with NetBeans 7.0, use "Graal Coloring" and "Graal Edge Coloring" filters)
 -G:Time Prints timings for the different compilation phases
 -G:Meter Prints metrics for the different compilation phases