hotspot/README
author mhaupt
Tue, 05 May 2015 13:06:10 +0200
changeset 30591 b32fcc177417
parent 1 489c9b5090e2
permissions -rw-r--r--
8075492: adopt recent IGV Summary: adopted recent sources, updated README, added build and run instructions; ignored IGV build files in Mercurial; adapted HotSpot Ideal graph printer to current IGV's data format schema; reintroduced control flow window and basic block layout Reviewed-by: kvn, roland Contributed-by: Andreas Woess <andreas.woess@oracle.com>, Bernhard Urban <bernhard.urban@oracle.com>, Christian Haeubl <christian.haeubl@oracle.com>, Doug Simon <doug.simon@oracle.com>, Gilles Duboscq <gilles.duboscq@oracle.com>, Lukas Stadler <lukas.stadler@oracle.com>, Peter Hofer <peter.hofer@jku.at>, Roland Schatz <roland.schatz@oracle.com>, Thomas Wuerthinger <thomas.wuerthinger@oracle.com>, Tom Rodriguez <tom.rodriguez@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
README:
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the hotspot Mercurial repository.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
     
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "build"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
  directory.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14