# HG changeset patch # User smarks # Date 1371601126 25200 # Node ID b9587f41fd55e37219c4524135f6a58799f9509c # Parent f8770fe60d53059dedfd169ffb7570571b77d164 8016780: README-builds.html misses crucial requirement on bootstrap JDK Reviewed-by: dholmes, chegar diff -r f8770fe60d53 -r b9587f41fd55 README-builds.html --- a/README-builds.html Mon Jun 17 09:41:20 2013 -0700 +++ b/README-builds.html Tue Jun 18 17:18:46 2013 -0700 @@ -355,12 +355,24 @@
  • Install a - Bootstrap JDK -
    + Bootstrap JDK. All OpenJDK builds require access to a previously released - JDK, this is often called a bootstrap JDK. - Currently, for this JDK release we require - JDK 7 Update 7 or newer. + JDK called the bootstrap JDK or boot JDK. + The general rule is that the bootstrap JDK + must be an instance of the previous major + release of the JDK. In addition, there may be + a requirement to use a release at or beyond a + particular update level. +
     
    + + Building JDK 8 requires use of a version + of JDK 7 that is at Update 7 or newer. JDK 8 + developers should not use JDK 8 as the boot + JDK, to ensure that JDK 8 dependencies are + not introduced into the parts of the system + that are built with JDK 7. + +
     
    The JDK 7 binaries can be downloaded from Oracle's JDK 7 download site.