jdk-24/hotspot
Jon Masamitsu 6358686351 6743059: Error in spaceDecorator.cpp "optimized" build
Changed the guard on the definition of the method value in HeapWord from ASSERT to not PRODUCT.

Reviewed-by: iveresov, apetrusenko
2008-09-04 14:49:08 -07:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:58 -08:00
agent 6718125: SA: jmap prints negative size for MaxNewHeap 2008-08-12 12:44:22 -07:00
make Merge 2008-08-27 11:20:46 -07:00
src 6743059: Error in spaceDecorator.cpp "optimized" build 2008-09-04 14:49:08 -07:00
test 6736718: more copyright headers wrong 2008-08-13 08:56:44 -04:00
.hgignore 6718676: putback for 6604014 is incomplete 2008-06-24 16:00:14 -07:00
.hgtags Added tag jdk7-b33 for changeset 58918025243a 2008-08-14 09:26:23 -07:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
LICENSE Initial load 2007-12-01 00:00:00 +00:00
README Initial load 2007-12-01 00:00:00 +00:00
THIRD_PARTY_README Initial load 2007-12-01 00:00:00 +00:00

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.