Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8016780

README-builds.html misses crucial requirement on bootstrap JDK

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • None
    • infrastructure
    • None
    • b96

      The README-builds.html is missing a crucial versioning requirement on the bootstrap JDK. It says the bootstrap JDK must be "a previously released" version of the JDK, which must be 7u7 "or newer". This could be construed to mean that an earlier build of JDK8 could be used to build JDK8. This is in fact not allowed. The general rule is that the boot JDK used for building JDK N must be an instance of JDK N-1. That is, the boot JDK must be an instance of the *previous major release* of the JDK.

      The README-builds.html file should be much more explicit about this.

            smarks Stuart Marks
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: