# HG changeset patch # User Thomas Wuerthinger # Date 1310047869 -7200 # Node ID 2f764b27ca383b7379879133637999eb97ed28ae # Parent 80ac21188fce8a4124415d67f16382bc8ed31b28 Removed forgotten README file. diff -r 80ac21188fce -r 2f764b27ca38 graal/com.oracle.max.graal.runtime/README.txt --- a/graal/com.oracle.max.graal.runtime/README.txt Thu Jul 07 16:07:11 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -The classes from the projects C1X, CRI, and HotSpotVM have to be on the classpath. The classes of the HotSpotVM project have to be on the bootclasspath -Example command line arguments for HotSpot: --XX:+UseC1X -XX:TraceC1X=5 -Xbootclasspath/a:THIS_DIRECTORY/bin;MAXINE_DIR/C1X/bin;MAXINE_DIR/CRI/bin SomeClass -