http://hg.openjdk.java.net/jdk8/jdk8/rev/d5e73011bde2
http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/e48e7e1f026b
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/0c20f5dbede9
http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/109c9e1f2d85
http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/7c2363666890
Changeset: 18a02ad8dc73
Author:coffeys
Date: 2012-08-16 10:33 +0100
URL: http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/18a02ad8dc73
7056731: Race condition in CORBA code causes re-use of ABORTed connections
Reviewed-by: lancea
Contributed-by: [email protected]
!
src/shar
Changeset: 9d47f4850714
Author:jjh
Date: 2012-08-15 13:48 -0700
URL: http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/9d47f4850714
7191449: update copyright year to match last edit in jdk8 langtools repository
Reviewed-by: jjh
Contributed-by: [email protected]
! make/jprt.pr
Changeset: 2946807a6d7f
Author:joehw
Date: 2012-08-17 09:49 -0700
URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/2946807a6d7f
7191547: XMLEventFactory.newFactory(String factoryId, ClassLoader loader) does
not work as expected
Summary: similar to the patch for 6756677 for XMLInp
Hi,
Please let me know if any one is interested in having a look at this patch .
Thanks and Regards,
Jayashree V
On 31-08-2012 3:20 PM, jayashree viswanathan wrote:
*Problem statement : *Stylesheet.css is not getting encoded like the
other generated html files while using -docencoding
*Recre