Release Announcement: General Availability of Java 12 / JDK 12

"Rory O'Donnell" <[email protected]> Wed, 20 Mar 2019 08:47:23 +0000
Newsgroups gmane.comp.java.cruise-control.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============5839879932385095142==
Content-Type: multipart/alternative;
 boundary="------------021FCE6C043D49D04CCDB890"
Content-Language: en-US

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


** Hi Kent,

*1) Release Announcement: General Availability of Java 12 / JDK 12 [1] *

  * JDK 12, the reference implementation of Java 12, is now Generally
    Available.
  * GPL-licensed OpenJDK builds from Oracle are available here:
    https://jdk.java.net/12

This release includes the following  eight features:

  * JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
  * JEP 230: Microbenchmark Suite
  * JEP 334: JVM Constants API
  * JEP 340: One AArch64 Port, Not Two
  * JEP 341: Default CDS Archives
  * JEP 344: Abortable Mixed Collections for G1
  * JEP 346: Promptly Return Unused Committed Memory from G1
  * JEP 325: Switch Expressions (Preview)
    <https://openjdk.java.net/jeps/325>

Thanks to everyone who contributed JDK 12, whether by creating features 
or enhancements, logging  bugs, or downloading and testing the 
early-access builds.

*2) JDK 13 EA build 12, under both the GPL and Oracle EA licenses, is 
now available at **http://jdk.java.net/13**.*

  * Proposed - Schedule for JDK 13 [2]
      o 2019/06/13 Rampdown Phase One
      o 2019/07/18 Rampdown Phase Two
      o 2019/08/08 Initial Release Candidate
      o 2019/08/22 Final Release Candidate
      o 2019/09/17 General Availability
  * Recent Bug fixes of Interest
      o Build 9:
          + 8214719: Deprecate -Xverify:none option
          + 8216360: Deprecate -XX:CompilationPolicyChoice
      o Build 10:
          + 8218995: Deprecate the -XX:FailOverToOldVerifier option
      o Build 12 : 8160247: Mark deprecated javax.security.cert APIs
        with forRemoval=true
          + 8220050: Deprecate -XX:-ThreadLocalHandshakes
          + Apache Lucene Reported - 8219448: split-if update_uses
            accesses stale idom data
  * Changes in this build [3]

Rgds,Rory

[1] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002718.html
[2] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002716.html
[3] Changes 
<http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B11%22%3A%3A%22jdk-13%2B12%22-%22jdk-13%2B11%22%29&revcount=1000> 
in this build


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


--------------021FCE6C043D49D04CCDB890
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">
    <br>
    <b> </b> Hi Kent,
    <p><b>1) Release Announcement: General Availability of Java 12 / JDK
        12 [1] </b><br>
    </p>
    <ul>
      <li>JDK 12, the reference implementation of Java 12, is now
        Generally Available. </li>
      <li>GPL-licensed OpenJDK builds from Oracle are available here: <a
          href="https://jdk.java.net/12" moz-do-not-send="true">https://jdk.java.net/12</a>
      </li>
    </ul>
    <p> This release includes the following  eight features: <br>
    </p>
    <ul>
      <li>JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector
        (Experimental)</li>
      <li>JEP 230: Microbenchmark Suite</li>
      <li>JEP 334: JVM Constants API</li>
      <li>JEP 340: One AArch64 Port, Not Two</li>
      <li>JEP 341: Default CDS Archives</li>
      <li>JEP 344: Abortable Mixed Collections for G1</li>
      <li>JEP 346: Promptly Return Unused Committed Memory from G1</li>
      <li>JEP 325: <a href="https://openjdk.java.net/jeps/325"
          style="text-decoration: none; color: rgb(102, 102, 102);">Switch
          Expressions (Preview)</a></li>
    </ul>
    Thanks to everyone who contributed JDK 12, whether by creating
    features or enhancements, logging  bugs, or downloading and testing
    the early-access builds.
    <ul>
    </ul>
    <p><b>2) JDK 13 EA build 12, under both the GPL and Oracle EA
        licenses, is now available at </b><b><a
          class="moz-txt-link-freetext" href="http://jdk.java.net/13"
          moz-do-not-send="true">http://jdk.java.net/13</a></b><b> .</b></p>
    <ul>
      <li>Proposed - Schedule for JDK 13 [2] <br>
      </li>
      <ul>
        <li>2019/06/13 Rampdown Phase One</li>
        <li>2019/07/18 Rampdown Phase Two</li>
        <li>2019/08/08 Initial Release Candidate</li>
        <li>2019/08/22 Final Release Candidate</li>
        <li>2019/09/17 General Availability </li>
      </ul>
      <li>Recent Bug fixes of Interest</li>
      <ul>
        <li>Build 9:</li>
        <ul>
          <li>8214719: Deprecate -Xverify:none option</li>
          <li>8216360: Deprecate -XX:CompilationPolicyChoice<br>
          </li>
        </ul>
        <li>Build 10: </li>
        <ul>
          <li>8218995: Deprecate the -XX:FailOverToOldVerifier option</li>
        </ul>
        <li>Build 12 : 8160247: Mark deprecated javax.security.cert APIs
          with forRemoval=true</li>
        <ul>
          <li>8220050: Deprecate -XX:-ThreadLocalHandshakes</li>
          <li>Apache Lucene Reported - 8219448: split-if update_uses
            accesses stale idom data</li>
        </ul>
      </ul>
      <li>Changes in this build [3]</li>
      <ul>
      </ul>
    </ul>
    <p>Rgds,Rory</p>
    [1] <a class="moz-txt-link-freetext"
href="https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002718.html">https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002718.html</a><br>
    [2] <a class="moz-txt-link-freetext"
href="https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002716.html">https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002716.html</a><br>
    [3] <a
href="http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B11%22%3A%3A%22jdk-13%2B12%22-%22jdk-13%2B11%22%29&amp;revcount=1000">Changes</a>
    in this build
    <p><br>
    </p>
    <ul>
      <ul>
      </ul>
    </ul>
    <pre class="moz-signature" cols="72">-- 
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland </pre>
  </body>
</html>

--------------021FCE6C043D49D04CCDB890--


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


--===============5839879932385095142==
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

--===============5839879932385095142==--