jdk-24/hotspot
Vladimir Kozlov 8ab0a4d7a9 6732732: CTW with EA: assert(n != 0L,"Bad immediate dominator info.")
Missing edge to a call's return value in EA Connection Graph.

Reviewed-by: never
2008-08-27 16:33:34 -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 5108146: Merge i486 and amd64 cpu directories 2008-08-27 00:21:55 -07:00
src 6732732: CTW with EA: assert(n != 0L,"Bad immediate dominator info.") 2008-08-27 16:33:34 -07:00
test 6741738: TypePtr::add_offset() set incorrect offset when the add overflows 2008-08-27 14:47:32 -07: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.