Re: [7u6] Request for approval : CR 7145771 : Register font failing

2012-06-25 Thread Sean Coffey
Approved. On 25/06/2012 23:10, Phil Race wrote: http://cr.openjdk.java.net/~prr/7145771.7u6/ http://mail.openjdk.java.net/pipermail/2d-dev/2012-June/002616.html -phil.

[7u6] Request for approval : CR 7145771 : Register font failing

2012-06-25 Thread Phil Race
http://cr.openjdk.java.net/~prr/7145771.7u6/ http://mail.openjdk.java.net/pipermail/2d-dev/2012-June/002616.html -phil.

hg: jdk7u/jdk7u-dev/jdk: 7152690: Initialization error with charset SJIS_0213 when security manager is enabled

2012-06-25 Thread sean . coffey
Changeset: 25cc059a8e38 Author:sherman Date: 2012-04-12 10:55 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/25cc059a8e38 7152690: Initialization error with charset SJIS_0213 when security manager is enabled Summary: To use doPrivileged block to wrap the data reading

Re: [7u6] Request for approval : CR 7152690 : Initialization error with charset SJIS_0213 when security manager is enabled

2012-06-25 Thread Edvard Wendelin
Approved. On Jun 25, 2012, at 7:15 PM, Seán Coffey wrote: > I'm looking to backport Sherman's fix to jdk7u6. > > Same changeset as jdk8 : > http://hg.openjdk.java.net/jdk8/tl/jdk/rev/587243bf0862 > Bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152690 > > regards, > Sean. >

hg: jdk7u/jdk7u-dev/jdk: 7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012

2012-06-25 Thread kurchi . subhra . hazra
Changeset: 0b3ef2875441 Author:khazra Date: 2012-06-25 11:19 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0b3ef2875441 7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012 Summary: Enable Windows Server 2012 to

[7u6] Request for approval : CR 7152690 : Initialization error with charset SJIS_0213 when security manager is enabled

2012-06-25 Thread Seán Coffey
I'm looking to backport Sherman's fix to jdk7u6. Same changeset as jdk8 : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/587243bf0862 Bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152690 regards, Sean.

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2012-06-25 Thread chris . hegarty
Changeset: 71cb21ac8481 Author:chegar Date: 2012-06-25 14:19 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/71cb21ac8481 7176784: Windows authentication not working on some computers Reviewed-by: michaelm ! src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSe

hg: jdk7u/jdk7u-dev/jdk: 7170716: JVM crash when opening an AWT app from a registered file.

2012-06-25 Thread anthony . petrov
Changeset: 77fb9dcd6e1c Author:anthony Date: 2012-06-25 18:28 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/77fb9dcd6e1c 7170716: JVM crash when opening an AWT app from a registered file. Summary: Fix memory management for queued events. Reviewed-by: art, leonidr Con

Re: [7u6] Request for approval for CR 7170716: JVM crash when opening an AWT app from a registered file.

2012-06-25 Thread Seán Coffey
Approved. On 25/06/12 14:54, Anthony Petrov wrote: Bug: http://bugs.sun.com/view_bug.do?bug_id=7170716 Webrev: http://cr.openjdk.java.net/~anthony/7u6-13-crashInSetApplicationDelegate-7170716.0/ Review thread: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-June/004482.html Review

Re: [7u6] Request for approval: 7176784: Windows authentication not working on some computers

2012-06-25 Thread Seán Coffey
Approved. On 25/06/12 14:30, Chris Hegarty wrote: Requesting approval to push CR 7176784 to 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7176784 Webrev: http://cr.openjdk.java.net/~chegar/7176784/webrev.00/webrev/ This fix has been pushed into jdk8 [1], and it ultra conservative

[7u6] Request for approval for CR 7170716: JVM crash when opening an AWT app from a registered file.

2012-06-25 Thread Anthony Petrov
Bug: http://bugs.sun.com/view_bug.do?bug_id=7170716 Webrev: http://cr.openjdk.java.net/~anthony/7u6-13-crashInSetApplicationDelegate-7170716.0/ Review thread: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-June/004482.html Reviewers: Artem Ananiev, Leonid Romanov Note: this is a 1

[7u6] Request for approval: 7176784: Windows authentication not working on some computers

2012-06-25 Thread Chris Hegarty
Requesting approval to push CR 7176784 to 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7176784 Webrev: http://cr.openjdk.java.net/~chegar/7176784/webrev.00/webrev/ This fix has been pushed into jdk8 [1], and it ultra conservative. Thanks, -Chris. [1] http://hg.openjdk.java.net/j

hg: jdk7u/jdk7u-dev/jdk: 5 new changesets

2012-06-25 Thread sean . coffey
Changeset: 658fdd55e71c Author:alanb Date: 2012-06-14 12:13 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/658fdd55e71c 7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win] Reviewed-by: khazra, chegar ! src/windows/n

Re: [7u6] Request for approval: 7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012

2012-06-25 Thread Edvard Wendelin
Approved. On Jun 24, 2012, at 1:46 AM, Kurchi Subhra Hazra wrote: > > Requesting approval to commit fix for CR 7173645. > Bug:http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7173645 > Webrev:http://cr.openjdk.java.net/~khazra/7173645/7u6/webrev.00/ > > This had been reviewed by Alan Bateman,

Re: [7u6] Request for approval : 7142847, 7144086 - java/nio/file/ testcase fixes

2012-06-25 Thread Edvard Wendelin
Approved. On Jun 21, 2012, at 7:27 PM, Seán Coffey wrote: > Looking to push these testcase fixes from jdk8 to jdk7u6 in a bid to improve > test coverage. > > 7142847: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java has > incorrect @run tag, runs Basic > jdk8 changeset :http://hg.

Re: [7u6] Request for approval: 7176630, 7177617 : (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]

2012-06-25 Thread Edvard Wendelin
Approved. On Jun 21, 2012, at 7:01 PM, Seán Coffey wrote: > requesting to backport Alan's changes for this fix (& testcase update) from > jdk8 to 7u6. > > 7176630: (sc) SocketChannel.write does not write more than 128k when channel > configured blocking [win] > JDK 8 changeset : http://hg.open