make/jdk/netbeans/j2se/README
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
Building the entire JavaSE source base
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
This project exists for building the entire JavaSE source base which is in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
jdk directory.  Rather than using this project for editing Java code, please
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
use one of the other projects which will narrow the scope of the sources to a
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
more manageable size.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
Given that it can take a rather long time to build all of the JavaSE code, you
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
might prefer to build this project from the command line using ant.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
The results of building this project are all in the directory
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
<install-dir>/jdk/build/<platform>-<arch>.  The other subprojects, with the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
exception of the "world" project, place their results in same build directory.