hg: jdk6/jdk6/jdk: 31 new changesets

2013-07-24 Thread ahughes
Changeset: ceff03c34858 Author:chegar Date: 2013-07-15 19:07 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/ceff03c34858 8009063: Improve reliability of ConcurrentHashMap Reviewed-by: alanb, ahgross, omajid ! src/share/classes/java/util/concurrent/ConcurrentHashMap.java C

Re: [PATCH] 2013/04/16 Security Errata: JDK Changes

2013-07-24 Thread Andrew Hughes
- Original Message - > On 07/16/2013 01:09 PM, Andrew Hughes wrote: > > This is the webrev for the 2013/04/16 security update changes to the JDK > > repository, > > as taken from IcedTea for OpenJDK 6: > > > > http://cr.openjdk.java.net/~andrew/openjdk6/20130416/jdk/ > > > > I'd love to

[PATCH] 2013/04/16 Security Errata: JAXWS Changes

2013-07-24 Thread Andrew Hughes
These are the JAXWS changes from the 2013/04/16 errata: http://cr.openjdk.java.net/~andrew/openjdk6/20130416/jaxws/ $ hg out changeset: 72:8cbaca32d6a5 user:andrew date:Mon Jul 15 20:51:52 2013 +0100 summary: 8003543: Improve processing of MTOM attachments changeset: 73:

Re: [PATCH] 2013/04/16 Security Errata: JAXWS Changes

2013-07-24 Thread Omair Majid
On 07/24/2013 09:37 AM, Andrew Hughes wrote: > These are the JAXWS changes from the 2013/04/16 errata: > > http://cr.openjdk.java.net/~andrew/openjdk6/20130416/jaxws/ > > $ hg out > > changeset: 72:8cbaca32d6a5 > user:andrew > date:Mon Jul 15 20:51:52 2013 +0100 > summary:

hg: jdk6/jdk6/jaxws: 2 new changesets

2013-07-24 Thread ahughes
Changeset: 8cbaca32d6a5 Author:andrew Date: 2013-07-15 20:51 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/jaxws/rev/8cbaca32d6a5 8003543: Improve processing of MTOM attachments Summary: old File API replaced by NIO API; fix reviewed also by Alexander Fomin Reviewed-by: mullan, sk