JDK 16 Early Access build 24 is now available

"Rory O'Donnell" <[email protected]> Fri, 13 Nov 2020 09:45:43 +0000
Newsgroups gmane.comp.java.cruise-control.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============7844650245805175256==
Content-Type: multipart/alternative;
 boundary="------------63061845F61D956088D4E4C0"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------63061845F61D956088D4E4C0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit


Hi Kent,

OpenJDK 16 Early Access build 24**is now available at 
http://jdk.java.net/16

  * These early-access , open-source builds are provided under the
      o GNU General Public License, version 2, with the Classpath
        Exception <http://openjdk.java.net/legal/gplv2+ce.html>.

  * Schedule

             2020/12/10 Rampdown Phase One
             2021/01/14         Rampdown Phase Two
             2021/02/04         Initial Release Candidate
             2021/02/18         Final Release Candidate
             2021/03/16         General Availability

  * Features:
      o JEPs targeted to JDK 16, so far:
          + JEP 338: Vector API (Incubator)
            <https://openjdk.java.net/jeps/338>
          + JEP 347: Enable C++14 Language Features
            <https://openjdk.java.net/jeps/347>
          + JEP 357: Migrate from Mercurial to Git
            <https://openjdk.java.net/jeps/357>
          + JEP 369: Migrate to GitHub <https://openjdk.java.net/jeps/369>
          + JEP 376: ZGC: Concurrent Thread-Stack Processing
            <https://openjdk.java.net/jeps/376>
          + JEP 380: Unix-Domain Socket Channels
            <https://openjdk.java.net/jeps/380>
          + JEP 386: Alpine Linux Port <https://openjdk.java.net/jeps/386>
          + JEP 387: Elastic Metaspace <https://openjdk.java.net/jeps/387>
          + JEP 388: Windows/AArch64 Port
            <https://openjdk.java.net/jeps/388>
          + JEP 392: Packaging Tool <https://openjdk.java.net/jeps/392>
          + JEP 393: Foreign-Memory Access API (Third Incubator)
            <https://openjdk.java.net/jeps/393>
          + JEP 394: Pattern Matching for instanceof
            <https://openjdk.java.net/jeps/394>
          + JEP 395: Records <https://openjdk.java.net/jeps/395>

**

  * Release Notes are available at http://jdk.java.net/16/release-notes
    <http://jdk.java.net/16/release-notes>

  * Changes in recent builds that maybe of interest:
      o Build 24
          + JDK-8231599: NPE when loading a preview classfile from a
            future Java version
              # *Reported by JUnit5*
          + JDK-8254661: arm32: additional cleanup after fixing SIGSEGV
              # *Reported by JaCoCo*
          + JDK-8255584: `HttpPrincipal::getName` returns incorrect name
          + JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d
      o Build 23
          + JDK-8254876: (fs) NullPointerException not thrown when first
            argument to Path.of or Paths.get is null
          + JDK-8255576: (fs) Files.isHidden() throws
            ArrayIndexOutOfBoundsException (unix)
              # *Reported by JUnit5*
          + JDK-8255616: Removal of experimental features AOT and Graal JIT
      o Build 22
          + JDK-8243583: Change 'final' error checks to throw ICCE
          + JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c

Project Loom Early-Access Build: Build 16-loom+7-285 
<http://jdk.java.net/loom/> (2020/11/4)

  * *Want to know more* - check out -
    https://inside.java/2020/11/11/project-loom-at-nyc-java-sig/
  * These early-access builds are provided under the GNU General Public
    License, version 2, with the Classpath Exception
    <http://openjdk.java.net/legal/gplv2+ce.html>
      o These builds are based on jdk-16+20
        <https://github.com/openjdk/jdk/releases/tag/jdk-16%2B20>
      o These EA builds are produced for the purpose of gathering
        feedback. Use for any other purpose is at your own risk.
      o Please send feedback via e-mail to [email protected]
        <mailto:[email protected]>. To send e-mail to this
        address you must first subscribe to the mailing list
        <http://mail.openjdk.java.net/mailman/listinfo/loom-dev>.

Rgds,Rory

-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland


--------------63061845F61D956088D4E4C0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <p>Hi Kent, </p>
    <div class="moz-forward-container">OpenJDK 16 <span
        style="mso-bookmark:_MailOriginal">Early Access build 24</span><b><span
          style="mso-bookmark:_MailOriginal"> </span></b>is now
      available at <a class="moz-txt-link-freetext"
        href="http://jdk.java.net/16">http://jdk.java.net/16</a>
      <ul>
        <li>These early-access , open-source builds are provided under
          the<br>
        </li>
        <ul>
          <li><a href="http://openjdk.java.net/legal/gplv2+ce.html">GNU
              General Public License, version 2, with the Classpath
              Exception</a>.</li>
        </ul>
      </ul>
      <ul>
        <li>Schedule <br>
        </li>
      </ul>
    </div>
    <div class="moz-forward-container">            2020/12/10        
      Rampdown Phase One <br>
    </div>
                2021/01/14         Rampdown Phase Two<br>
                2021/02/04         Initial Release Candidate<br>
                2021/02/18         Final Release Candidate<br>
                2021/03/16         General Availability  <br>
    <div class="moz-forward-container">
      <ul>
        <li>Features:<br>
        </li>
        <ul>
          <li>JEPs targeted to JDK 16, so far:</li>
        </ul>
        <ul>
          <ul>
            <li>JEP 338: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/338">Vector API
                  (Incubator)</a></font></li>
            <li>JEP 347: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/347">Enable C++14
                  Language Features </a></font></li>
          </ul>
          <ul>
            <li>JEP 357: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/357">Migrate from
                  Mercurial to Git</a></font></li>
          </ul>
        </ul>
        <ul>
          <ul>
            <li>JEP 369: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/369">Migrate to
                  GitHub</a></font></li>
            <li>JEP 376: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/376">ZGC:
                  Concurrent Thread-Stack Processing</a></font></li>
            <li>JEP 380: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/380">Unix-Domain
                  Socket Channels</a><br>
              </font></li>
            <li>JEP 386: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/386">Alpine Linux
                  Port</a></font></li>
            <li>JEP 387: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/387">Elastic
                  Metaspace</a></font></li>
            <li>JEP 388: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/388">Windows/AArch64
                  Port</a></font></li>
            <li>JEP 392: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/392">Packaging
                  Tool</a></font></li>
            <li>JEP 393: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/393">Foreign-Memory
                  Access API (Third Incubator)</a></font></li>
            <li>JEP 394: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/394">Pattern
                  Matching for instanceof</a></font></li>
            <li>JEP 395: <font color="#f9f9fa"><a
                  href="https://openjdk.java.net/jeps/395">Records</a></font></li>
          </ul>
        </ul>
      </ul>
      <span style="mso-bookmark:_MailOriginal"></span><b><span
          style="mso-bookmark:_MailOriginal"></span></b></div>
    <ul>
      <li>Release Notes are available at <a
          href="http://jdk.java.net/16/release-notes">http://jdk.java.net/16/release-notes</a></li>
    </ul>
    <ul>
      <li>Changes in recent builds that maybe of interest:</li>
      <ul>
        <li>Build 24<br>
        </li>
        <ul>
          <li>JDK-8231599: NPE when loading a preview classfile from a
            future Java version
            <ul>
              <li><b>Reported by JUnit5</b></li>
            </ul>
          </li>
          <li>JDK-8254661: arm32: additional cleanup after fixing
            SIGSEGV
            <ul>
              <li><b>Reported by JaCoCo</b></li>
            </ul>
          </li>
          <li>JDK-8255584: `HttpPrincipal::getName` returns incorrect
            name</li>
          <li>JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d</li>
        </ul>
        <li>Build 23<br>
        </li>
        <ul>
          <li>JDK-8254876: (fs) NullPointerException not thrown when
            first argument to Path.of or Paths.get is null</li>
          <li>JDK-8255576: (fs) Files.isHidden() throws
            ArrayIndexOutOfBoundsException (unix)</li>
          <ul>
            <li><b>Reported by JUnit5</b></li>
          </ul>
          <li>JDK-8255616: Removal of experimental features AOT and
            Graal JIT</li>
        </ul>
        <li>Build 22</li>
        <ul>
          <li>JDK-8243583: Change 'final' error checks to throw ICCE</li>
          <li>JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c</li>
        </ul>
      </ul>
    </ul>
    <p>Project Loom Early-Access Build: <a
        href="http://jdk.java.net/loom/">Build 16-loom+7-285</a>
      (2020/11/4)<br>
    </p>
    <ul>
      <li><b>Want to know more</b> - check out - <a
          class="moz-txt-link-freetext"
          href="https://inside.java/2020/11/11/project-loom-at-nyc-java-sig/">https://inside.java/2020/11/11/project-loom-at-nyc-java-sig/</a></li>
      <li>These early-access builds are provided under the <a
          href="http://openjdk.java.net/legal/gplv2+ce.html">GNU General
          Public License, version 2, with the Classpath Exception</a></li>
      <ul>
        <li>These builds are based on <a
            href="https://github.com/openjdk/jdk/releases/tag/jdk-16%2B20">jdk-16+20</a></li>
        <li>These EA builds are produced for the purpose of gathering
          feedback. Use for any other purpose is at your own risk.</li>
        <li>Please send feedback via e-mail to <a
            href="mailto:[email protected]">[email protected]</a>.
          To send e-mail to this address you must first <a
            href="http://mail.openjdk.java.net/mailman/listinfo/loom-dev">subscribe
            to the mailing list</a>.</li>
      </ul>
    </ul>
    <p>Rgds,Rory<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland</pre>
  </body>
</html>

--------------63061845F61D956088D4E4C0--


--===============7844650245805175256==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============7844650245805175256==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Cruisecontrol-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel

--===============7844650245805175256==--