The 7u6 OpenJDK source bundle has been updated at
http://jdk7.java.net/source.html
Thanks to Jeroen again for reporting the issue and to release
engineering for the quick turnaround in getting the new bundle hosted!
regards,
Sean.
On 28/08/2012 11:20, Seán Coffey wrote:
There does appear to be an issue here. Thanks for reporting Jeroen.
I'll follow up with resp. engineer and ensure we get the correct 7u6
src bundles posted. In the meantime the best way of obtaining the 7u6
jdk src code would be to clone the master 7u6 stabilization repo [1].
I've verified that the correct source for JComponent is there.
The hide() method was added in 7u8 via bug ID
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7154030
changeset :
http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/705906be931d
regards,
Sean.
[1] http://hg.openjdk.java.net/jdk7u/jdk7u6/jdk/
On 28/08/2012 10:30, David Holmes wrote:
On 28/08/2012 7:23 PM, David Holmes wrote:
On 28/08/2012 7:11 PM, Jeroen Frijters wrote:
Thanks for the quick release of the source bundle.
While working on integrating this in IKVM.NET I noticed something
strange. The OpenJDK version of javax.swing.JComponent has a hide()
method, while the closed source JDK version doesn't (both versions are
1.7.0_06-b24).
I just used javap -p on 7u6-b24 and no hide() method shows up. Where
exactly did you see this?
Sorry got that the wrong way around. I don't see a hide() method in
the 7u6 source, or executing 7u6-b24.
But there one in JDK 8 and it's been backported to 7u-dev for 7u8 -
CR 7154030.
Looks like the 7u6 source bundle might be wrong.
David
David
I was under the impression that as of 7 the proprietary JDK releases
were made from the same code as the OpenJDK releases. Do you have any
idea what caused this difference?
Regards,
Jeroen
-----Original Message-----
From: jdk7u-dev-boun...@openjdk.java.net [mailto:jdk7u-dev-
boun...@openjdk.java.net] On Behalf Of Seán Coffey
Sent: Monday, August 20, 2012 10:46
To: jdk7u-dev@openjdk.java.net
Subject: [7u communication] OpenJDK 7u6 src bundle available
To follow up,
the OpenJDK 7u6 b24 src zip bundle was made available last Friday :
http://jdk7.java.net/source.html
Regards,
Sean.
On 14/08/2012 18:30, Seán Coffey wrote:
I'd like to announce that JDK 7u6 should become available for
download
later today at
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Thanks to all those who have contributed towards it.
OpenJDK 7u6 source code is available on the Mercurial server [1] and
as usual we will also publish a source code archive soon. Once
available I will send out a link.
If you're packaging this release, please let us know on this
list, and
please consider contributing fixes back into 7u8 [2], which is open
for fixes.
Regards,
Sean.
[1] http://hg.openjdk.java.net/jdk7u/jdk7u6/
[2] http://openjdk.java.net/projects/jdk7u/