view README @ 7001:46bec43bdfc3

fixed bug causing tomcat to crash: an UnsafeLoadNode must be pinned to its block when lowered This is now necessary since UnsafeLoadNode no longer includes a null check (as per the sun.misc.Unsafe API)
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 21 Nov 2012 23:36:06 +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.