Early Access builds of JDK 8u122 b01 & JDK 9 EA b138 are available.
"Rory O'Donnell" <[email protected]> Fri, 7 Oct 2016 11:48:33 +0100
| Newsgroups | gmane.comp.java.cruise-control.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============6319849760712937886==
Content-Type: multipart/alternative;
boundary="------------ED2CEE027EB8E636E145066A"
This is a multi-part message in MIME format.
--------------ED2CEE027EB8E636E145066A
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Hi Kent,
Early Access b01 <https://jdk8.java.net/download.html> for JDK 8u122 is
available on java.net.
Early Access b138 <https://jdk9.java.net/download/> for JDK 9 is
available on java.net, summary of changes are listed here
<http://download.java.net/java/jdk9/changes/jdk-9+138.html>.
Early Access b138 <https://jdk9.java.net/jigsaw/> (#5561) for JDK 9 with
Project Jigsaw is available on java.net, summary of changes are listed
here
<http://www.java.net/download/java/jigsaw/archive/138/binaries/jdk-9+138.html>.
There have been a number of fixes to bugs reported by Open Source
projects since the last availability email :
* 8038348 - b137 - Instance field load is replaced by wrong data Phi
* 8041480 - b137 - ArrayIndexOutOfBoundsException when JTable contains
certain string
* 8145542 - b137 - The case failed automatically and thrown
java.lang.ArrayIndexOutOfBoundsException exception.
* 8151725 - b137 - [macosx] ArrayIndexOOB exception when displaying
Devanagari text in JEditorPane
There are two proposals requesting feedback via mailing lists :
- More proposals for open JPMS issues [1]
* One proposal to call out is #AwkwardStrongEncapsulation as this
proposes to change setAccessible(true) so that it can't be used to
break into non-public types/members in exported packages. This is a
non-issue when using setAccessible to get access to non-public
types/members of classes on the class path but will be an issue for
code that uses this method to break into JDK-internals. We would
appreciate as much help as possible testing these builds. If
InaccessibleObjectException is thrown then examine the stack trace
(run with -Dsun.reflect.debugModuleAccessChecks=true to uncover
failed access attempts in code that shallows exceptions). If it
looks like a library is attempting to access a non-public method or
field of a platform class and make sure to *submit a bug in the
issue tracker for the library.*
- Proposal to Reorganize source classes in src.zip by modules [2]
* This proposal might have a compatibility impact on IDEs or other
tools that look in src.zip
* Feedback via the jigsaw-dev mailing list
Other points of interest:
* JavaOne Presentations
o Recorded Presentations
<https://www.youtube.com/channel/UCdDhYMT2USoLdh4SZIsu_1g>
* JDK 9 Schedule change proposal
o for proposed schedule proposal see [3]
Rgds,Rory
[1]
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-September/009365.html
[2]
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-October/009550.html
[3]
http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-September/004887.html
--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland
--------------ED2CEE027EB8E636E145066A
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by aserp1040.oracle.com id
u97AmbmL005131
<html>
<head>
<meta http-equiv=3D"content-type" content=3D"text/html; charset=3Dutf=
-8">
</head>
<body bgcolor=3D"#FFFFFF" text=3D"#000000">
<br>
Hi Kent,<br>
<br>
Early Access <a href=3D"https://jdk8.java.net/download.html">b01</a>
for JDK 8u122 is available on java.net.<br>
<p>Early Access <a href=3D"https://jdk9.java.net/download/">b138</a>
for JDK 9 is available on java.net, summary of=C2=A0 changes are li=
sted
<a
href=3D"http://download.java.net/java/jdk9/changes/jdk-9+138.html=
">here
</a>. <br>
</p>
<p>Early Access <a href=3D"https://jdk9.java.net/jigsaw/">b138</a>
<meta http-equiv=3D"content-type" content=3D"text/html; charset=3Du=
tf-8">
<font size=3D"4">(#5561) </font>for JDK 9 with Project Jigsaw=C2=A0=
is
available on java.net, summary of=C2=A0 changes are listed <a
href=3D"http://www.java.net/download/java/jigsaw/archive/138/binaries/jdk=
-9+138.html">here
</a>. <br>
</p>
<p>There have been a number of fixes to bugs reported by Open Source
projects since the last availability email=C2=A0 : </p>
<ul>
<li> 8038348 - b137 - Instance field load is replaced by wrong
data Phi</li>
<li> 8041480 - b137 - ArrayIndexOutOfBoundsException when JTable
contains certain string</li>
<li>8145542 - b137 - The case failed automatically and thrown
java.lang.ArrayIndexOutOfBoundsException exception.</li>
<li>8151725 - b137=C2=A0 - [macosx] ArrayIndexOOB exception when
displaying Devanagari text in JEditorPane</li>
</ul>
<p>There are two proposals requesting feedback via mailing lists :</p=
>
=C2=A0- More proposals for open JPMS issues [1]<br>
<ul>
<li>One proposal to call out is #AwkwardStrongEncapsulation as
this proposes to change setAccessible(true) so that it can't be
used to break into non-public types/members in exported
packages. This is a non-issue when using setAccessible to get
access to non-public types/members of classes on the class path
but will be an issue for code that uses this method to break
into JDK-internals. We would appreciate as much help as possible
testing these builds. If InaccessibleObjectException is thrown
then examine the stack trace (run with
-Dsun.reflect.debugModuleAccessChecks=3Dtrue to uncover failed
access attempts in code that shallows exceptions). If it looks
like a library is attempting to access a non-public method or
field of a platform class and make sure to <b>submit a bug in
the issue tracker for the library.</b> </li>
</ul>
=C2=A0- Proposal to Reorganize source classes in src.zip by modules [=
2] <br>
<ul>
<li>This proposal might have a compatibility impact on IDEs or
other tools that look in src.zip </li>
<li>Feedback via the jigsaw-dev mailing list <br>
</li>
</ul>
<p> </p>
Other points of interest:<br>
<ul>
<li>JavaOne Presentations<br>
</li>
<ul>
<li>=C2=A0<a
href=3D"https://www.youtube.com/channel/UCdDhYMT2USoLdh4SZIsu=
_1g">Recorded
Presentations</a></li>
</ul>
<li>JDK 9 Schedule change proposal</li>
<ul>
<li>for proposed schedule proposal see [3]<br>
</li>
</ul>
</ul>
<br>
Rgds,Rory<br>
<br>
[1] <a class=3D"moz-txt-link-freetext"
href=3D"http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-September/=
009365.html">http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-Septe=
mber/009365.html</a><br>
[2] <a class=3D"moz-txt-link-freetext"
href=3D"http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-October/00=
9550.html">http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-October=
/009550.html</a><br>
[3] <a class=3D"moz-txt-link-freetext"
href=3D"http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-September/00=
4887.html">http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-September=
/004887.html</a><br>
=C2=A0 <br>
<br>
<pre class=3D"moz-signature" cols=3D"72">--=20
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland </pre>
</body>
</html>
--------------ED2CEE027EB8E636E145066A--
--===============6319849760712937886==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
--===============6319849760712937886==
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
--===============6319849760712937886==--