Hi,
The change in JAXP can be viewed here:
http://cr.openjdk.java.net/~joehw/jdk8/8001235/webrev/ While it's
generated against JDK 8, the change in 6 is identical. I plan to push
the changes today.
Cheers,
Edvard
On 02/20/2013 09:39 PM, Omair Majid wrote:
Hi Edvard,
Sorry, I accidentally
On 03/05/2013 10:52 AM, Edvard Wendelin wrote:
> Hi,
>
> The change in JAXP can be viewed here:
> http://cr.openjdk.java.net/~joehw/jdk8/8001235/webrev/ While it's
> generated against JDK 8, the change in 6 is identical.
The JAXP changes look identical to what was pushed to jdk7u. Looks all
goo
Changeset: c5203e9e0e07
Author:coffeys
Date: 2012-12-08 18:49 +
URL: http://hg.openjdk.java.net/jdk6/jdk6/corba/rev/c5203e9e0e07
8000631: Restrict access to class constructor
Reviewed-by: alanb, ahgross
! make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
! src/share
Changeset: 7d6aeda6ba9b
Author:joehw
Date: 2012-12-12 14:11 -0800
URL: http://hg.openjdk.java.net/jdk6/jdk6/jaxp/rev/7d6aeda6ba9b
8001236: Improve JAXP HTTP handling
Reviewed-by: lancea, skoivu
! jaxp.properties
Changeset: 781104609348
Author:dcubed
Date: 2013-01-07 12:56 -0800
URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/781104609348
8001307: Modify ACC_SUPER behavior
Summary: Disallow non-virtual calls even when ACC_SUPER is absent.
Reviewed-by: dcubed
Contributed-by: paul.nau...
Changeset: 6088f3510686
Author:dholmes
Date: 2012-10-21 22:28 -0400
URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6088f3510686
6776941: Improve thread pool shutdown
Reviewed-by: dl, skoivu
! src/share/classes/java/util/concurrent/ThreadPoolExecutor.java
Changeset: 9c2a2aae44a4
February CPU pushes completed as reviewed in last round of webrevs.
I'd like to push 2 extra fixes now for issues addressed in yesterday's
JDK releases.
webrev : http://cr.openjdk.java.net/~coffeys/webrev.6open.mar5/
Good to push ?
regards,
Sean.
On 05/03/2013 18:44, Omair Majid wrote:
On