JDK 12: First Release Candidate available

"Rory O'Donnell" <[email protected]> Mon, 18 Feb 2019 11:34:32 +0000
Newsgroups gmane.comp.java.cruise-control.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============5126558097876785418==
Content-Type: multipart/alternative;
 boundary="------------1C8817F29476DCCD539AED8E"
Content-Language: en-US

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

   Hi Kent,

**OpenJDK builds *- JDK 12 Early Access build 32 **is now available **at 
: - jdk.java.net/12/*
**JDK 12:  First Release Candidate [1]**

  * Per the JDK 12 schedule [2], we are now in Release Candidate Phase.
  * The stabilization repository, jdk/jdk12, is open for P1 bug fixes
    per the JDK Release Process (JEP 3) [3].
  * All changes require approval via the Fix-Request Process [4].
  *
    Release note additions since last email

      o
        Build 31 - can_pop_frame and can_force_early_return capabilities
        are disabled if JVMCI compiler is used (JDK-8218025
        <https://bugs.openjdk.java.net/browse/JDK-8218025>) The JVMTI
        |can_pop_frame| and |can_force_early_return| capabilities are
        disabled if a JVMCI compiler (like Graal) is used. As a result
        the corresponding functionality (|PopFrame| and
        |ForceEarlyReturnXXX| functions) is not available to JVMTI
        agents. This issue is being fixed via JDK-8218885
        <https://bugs.openjdk.java.net/browse/JDK-8218885>
        [https://bugs.openjdk.java.net/browse/JDK-8218885
        <https://bugs.openjdk.java.net/browse/JDK-8218885>].

      o Build 28: JDK-8212233
        <https://bugs.openjdk.java.net/browse/JDK-8212233> : javadoc
        fails on jdk12 with "The code being documented uses modules but
        the packages defined in $URL are in the unnamed module."
  * Changes in this build.
    <http://hg.openjdk.java.net/jdk/jdk12/log?rev=reverse%28%22jdk-12%2B31%22%3A%3A%22jdk-12%2B32%22-%22jdk-12%2B31%22%29>

**OpenJDK builds *- JDK 13 Early Access build 8 is **now available **at 
: - jdk.java.net/13/*

  * 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>.
  * Release Notes updates
  * Build 8
      o GraphicsEnvironment.getCenterPoint()/getMaximumWindowBounds()
        are unified across the platforms (JDK-8214918
        <https://bugs.openjdk.java.net/browse/JDK-8214918>)
      o The experimental FIPS 140 compliant mode has been removed from
        the SunJSSE provider. (JDK-8217835
        <https://bugs.openjdk.java.net/browse/JDK-8217835>)
  * Build 7
      o Change DOM parser to not resolve EntityReference and add Text
        node with
        DocumentBuilderFactory.setExpandEntityReferences(false)
        (JDK-8206132 <https://bugs.openjdk.java.net/browse/JDK-8206132>)
  * Build 6
      o Base64.Encoder and Base64.Decoder methods can throw
        OutOfMemoryError (JDK-8210583
        <https://bugs.openjdk.java.net/browse/JDK-8210583>)
  * Changes in this build
    <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B7%22%3A%3A%22jdk-13%2B8%22-%22jdk-13%2B7%22%29>
  * FOSS Bugs fixed in recent builds
      o Build 6 : JDK-8216970
        <https://bugs.openjdk.java.net/browse/JDK-8216970> : condy
        causes JVM crash
      o Build 7: JDK-8215577
        <https://bugs.openjdk.java.net/browse/JDK-8215577> : Remove
        javadoc support for HTML 4


Rgds,Rory

[1] 
https://mail.openjdk.java.net/pipermail/jdk-dev/2019-February/002623.html
[2] http://openjdk.java.net/projects/jdk/12/#Schedule
[3] http://openjdk.java.net/jeps/3
[4] http://openjdk.java.net/jeps/3#Fix-Request-Process

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


--------------1C8817F29476DCCD539AED8E
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>  Hi Kent, </p>
    <p><b><span style="mso-bookmark:_MailOriginal"><b>OpenJDK builds  </b>-
          JDK 12 Early Access build 32 </span></b><b>is now available </b><span
        style="mso-bookmark:_MailOriginal"><b>at : - jdk.java.net/12/</b></span><br>
      <span style="mso-bookmark:_MailOriginal"><b><span
            style="mso-bookmark:_MailOriginal"><b>JDK 12:  First Release
              Candidate [1]</b></span></b></span> </p>
    <p> </p>
    <ul>
      <li>Per the JDK 12 schedule [2], we are now in Release Candidate
        Phase.</li>
      <li>The stabilization repository, jdk/jdk12, is open for P1 bug
        fixes per the JDK Release Process (JEP 3) [3]. <br>
      </li>
      <li>All changes require approval via the Fix-Request Process [4].</li>
      <li>
        <section class="build" id="b31">Release note additions since
          last email</section>
      </li>
      <ul>
        <li>
          <section class="build" id="b31">Build 31 - can_pop_frame and
            can_force_early_return capabilities are disabled if JVMCI
            compiler is used <span class="issuelink">(<a
                href="https://bugs.openjdk.java.net/browse/JDK-8218025">JDK-8218025</a>)</span>
            The JVMTI <code>can_pop_frame</code> and <code>can_force_early_return</code>
            capabilities are disabled if a JVMCI compiler (like Graal)
            is used. As a result the corresponding functionality (<code>PopFrame</code>
            and <code>ForceEarlyReturnXXX</code> functions) is not
            available to JVMTI agents. This issue is being fixed via <a
              href="https://bugs.openjdk.java.net/browse/JDK-8218885">JDK-8218885</a>
            [<a href="https://bugs.openjdk.java.net/browse/">https://bugs.openjdk.java.net/browse/</a><a
              href="https://bugs.openjdk.java.net/browse/JDK-8218885">JDK-8218885</a>].</section>
        </li>
      </ul>
      <ul>
        <li>Build 28: <a
            href="https://bugs.openjdk.java.net/browse/JDK-8212233">JDK-8212233</a> 
          : javadoc fails on jdk12 with "The code being documented uses
          modules but the packages defined in $URL are in the unnamed
          module."</li>
      </ul>
      <li><a moz-do-not-send="true"
href="http://hg.openjdk.java.net/jdk/jdk12/log?rev=reverse%28%22jdk-12%2B31%22%3A%3A%22jdk-12%2B32%22-%22jdk-12%2B31%22%29">Changes
          in this build.</a><br>
      </li>
      <ul>
      </ul>
    </ul>
    <p><b><b>OpenJDK builds  </b>- JDK 13 Early Access build 8 is </b><b>now
        available </b><b><span style="mso-bookmark:_MailOriginal">at :
          - jdk.java.net/13/</span></b></p>
    <ul>
      <li>These early-access, open-source builds are provided under the </li>
      <ul>
        <li><a href="http://openjdk.java.net/legal/gplv2+ce.html"
            target="_blank">GNU General Public License, version 2, with
            the Classpath Exception</a>.</li>
      </ul>
      <li>Release Notes updates</li>
      <li>Build 8</li>
      <ul>
        <li>GraphicsEnvironment.getCenterPoint()/getMaximumWindowBounds()
          are unified across the platforms <span class="issuelink">(<a
              href="https://bugs.openjdk.java.net/browse/JDK-8214918">JDK-8214918</a>)</span></li>
        <li>The experimental FIPS 140 compliant mode has been removed
          from the SunJSSE provider. <span class="issuelink">(<a
              href="https://bugs.openjdk.java.net/browse/JDK-8217835">JDK-8217835</a>)</span></li>
      </ul>
      <li>Build 7</li>
      <ul>
        <li>Change DOM parser to not resolve EntityReference and add
          Text node with
          DocumentBuilderFactory.setExpandEntityReferences(false) <span
            class="issuelink">(<a
              href="https://bugs.openjdk.java.net/browse/JDK-8206132">JDK-8206132</a>)</span></li>
      </ul>
      <li>Build 6</li>
      <ul>
        <li>Base64.Encoder and Base64.Decoder methods can throw
          OutOfMemoryError <span class="issuelink">(<a
              href="https://bugs.openjdk.java.net/browse/JDK-8210583">JDK-8210583</a>)</span></li>
      </ul>
      <ul>
      </ul>
      <li><a moz-do-not-send="true"
href="http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B7%22%3A%3A%22jdk-13%2B8%22-%22jdk-13%2B7%22%29">Changes
          in this build</a></li>
      <li>FOSS Bugs fixed in recent builds</li>
      <ul>
        <li>Build 6 : <a
            href="https://bugs.openjdk.java.net/browse/JDK-8216970">JDK-8216970</a>
          : <span style="font-size:10.5pt;font-family:&quot;Segoe
            UI&quot;,sans-serif;color:#333333;background:white">condy
            causes JVM crash</span></li>
        <li><span style="font-size:10.5pt;font-family:&quot;Segoe
            UI&quot;,sans-serif;color:#333333;background:white">Build 7:
            <a href="https://bugs.openjdk.java.net/browse/JDK-8215577">JDK-8215577</a>
            : Remove javadoc support for HTML 4 </span></li>
      </ul>
    </ul>
    <ul>
    </ul>
    <p> </p>
    <p><br>
    </p>
    <p>Rgds,Rory <br>
    </p>
    [1] <a class="moz-txt-link-freetext"
href="https://mail.openjdk.java.net/pipermail/jdk-dev/2019-February/002623.html">https://mail.openjdk.java.net/pipermail/jdk-dev/2019-February/002623.html</a><br>
    [2] <a href="http://openjdk.java.net/projects/jdk/12/#Schedule">http://openjdk.java.net/projects/jdk/12/#Schedule</a><br>
    [3] <a href="http://openjdk.java.net/jeps/3">http://openjdk.java.net/jeps/3</a><br>
    [4] <a href="http://openjdk.java.net/jeps/3#Fix-Request-Process">http://openjdk.java.net/jeps/3#Fix-Request-Process</a><br>
    <pre class="moz-signature" cols="72">-- 
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland </pre>
  </body>
</html>

--------------1C8817F29476DCCD539AED8E--


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


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

--===============5126558097876785418==--