view README @ 13465:e2a14719e833

refactored FastNodeClassRegistry to work around javac bug where it could not resolve NodeClass.Registry Compiling Java sources for com.oracle.graal.hotspot with javac... /Users/dsimon/linz/basic-graal/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java:216: error: package NodeClass does not exist static class FastNodeClassRegistry extends NodeClass.Registry { ^
author Doug Simon <doug.simon@oracle.com>
date Thu, 19 Dec 2013 11:42:16 +0100
parents a61af66fc99e
children
line wrap: on
line source

README:
  This file should be located at the top of the hotspot Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:

    cd make && gnumake
     
  The files that will be imported into the jdk build will be in the "build"
  directory.