hg: jdk6/jdk6/jdk: 2 new changesets

2013-03-06 Thread sean . coffey
Changeset: 44c99b68e36c Author:bae Date: 2013-02-14 19:51 +0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/44c99b68e36c 8007014: Improve image handling Reviewed-by: prr, mschoene, jgodinez ! src/share/classes/sun/awt/image/ByteComponentRaster.java ! src/share/classes/sun/awt

hg: jdk6/jdk6/jdk: 34 new changesets

2013-03-05 Thread sean . coffey
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

hg: jdk6/jdk6/hotspot: 8001307: Modify ACC_SUPER behavior

2013-03-05 Thread sean . coffey
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...

hg: jdk6/jdk6/jaxp: 8001236: Improve JAXP HTTP handling

2013-03-05 Thread sean . coffey
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

hg: jdk6/jdk6/corba: 4 new changesets

2013-03-05 Thread sean . coffey
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

hg: jdk6/jdk6/jdk: 7199153: TEST_BUG: try-with-resources syntax pushed to 6-open repo

2012-09-18 Thread sean . coffey
Changeset: 0abac47de6d1 Author:coffeys Date: 2012-09-18 23:35 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/0abac47de6d1 7199153: TEST_BUG: try-with-resources syntax pushed to 6-open repo Reviewed-by: ohair ! test/sun/tools/native2ascii/Permission.java ! test/tools/jar/Up

hg: jdk6/jdk6/jdk: 7174440: JDK6-open build breakage

2012-06-06 Thread sean . coffey
Changeset: fec31f67f89f Author:coffeys Date: 2012-06-06 16:19 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/fec31f67f89f 7174440: JDK6-open build breakage Reviewed-by: andrew, ohair ! src/windows/native/sun/windows/awt_Window.cpp ! test/java/awt/Dialog/CrashXCheckJni/Cras

hg: jdk6/jdk6/jdk: 7071826: Avoid benign race condition in initialization of UUID

2012-05-25 Thread sean . coffey
Changeset: 563d392b3e5c Author:mduigou Date: 2012-05-25 20:02 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/563d392b3e5c 7071826: Avoid benign race condition in initialization of UUID Summary: Avoids mostly benign but sometimes expensive race condition on initialization o

hg: jdk6/jdk6/jdk: 7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk

2012-01-06 Thread sean . coffey
Changeset: c90baa88d793 Author:coffeys Date: 2012-01-06 16:35 + URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/c90baa88d793 7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk Reviewed-by: valeriep ! make/sun/security/mscapi/Makefile !

hg: jdk6/jdk6/jdk: 7102369: remove java.rmi.server.codebase property parsing from registyimpl; ...

2011-11-16 Thread sean . coffey
Changeset: 6b46f3c7c97c Author:coffeys Date: 2011-11-16 13:14 + URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6b46f3c7c97c 7102369: remove java.rmi.server.codebase property parsing from registyimpl 7094468: rmiregistry clean up Reviewed-by: smarks ! src/share/classes/sun/rm

hg: jdk6/jdk6/jdk: 6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool

2011-03-01 Thread sean . coffey
Changeset: 9e9b8306ea52 Author:coffeys Date: 2011-03-01 10:48 + URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/9e9b8306ea52 6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool Reviewed-by: wetmore, darcy ! src/share/classes/sun/security/provider/

hg: jdk6/jdk6/jdk: 6963720: typo in ServerHandshaker.java

2010-12-20 Thread sean . coffey
Changeset: 93182369099e Author:coffeys Date: 2010-12-20 13:32 + URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/93182369099e 6963720: typo in ServerHandshaker.java Reviewed-by: darcy ! src/share/classes/sun/security/ssl/ServerHandshaker.java