[7u6] Request for approval for 7150345: [macosx] Can't type into applets

2012-03-15 Thread Dmitry Cherepanov
This is a request to push the following fix to jdk7u-dev: CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7150345 Webrev: http://cr.openjdk.java.net/~dcherepanov/7150345/webrev.1/ Technical review: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-March/003487.html Thanks, D

Re: [7u4] Request for approval for CR 7088989 - Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-03-15 Thread Valerie (Yu-Ching) Peng
Forgot to mention that I could move the tests out of OpenJDK if that'd help things . And all will be done following the 7u public review process. ;) Valerie On 03/15/12 17:14, Valerie (Yu-Ching) Peng wrote: On 03/15/12 16:29, Andrew Hughes wrote: 2. Was there a reason the testcases in this

Re: [7u4] Request for approval for CR 7088989 - Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-03-15 Thread Valerie (Yu-Ching) Peng
On 03/15/12 16:29, Andrew Hughes wrote: 2. Was there a reason the testcases in this commit were locked down to only work with the proprietary ucrypto provider? Are they not suitable for all providers? They would be very useful for testing the SunPKCS11/NSS provider. That's a question better s

Re: [7u4] Request for approval for CR 7088989 - Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-03-15 Thread Andrew Hughes
- Original Message - > On 3/14/12 9:08 AM, Andrew Hughes wrote: > > 1. java.security is altered to prioritise > > com.oracle.security.ucrypto.UcryptoProvider > > on Solaris builds. What does this mean for OpenJDK builds on > > Solaris that don't have > > this provider? > > Nothing, really

Re: [7u4] Request for phase 2 approval for CR 7152608 - [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo

2012-03-15 Thread Edvard Wendelin
Approved. On 03/15/2012 05:46 PM, Andrew Brygin wrote: CR: http://bugs.sun.com/view_bug.do?bug_id=7152608 Webrev: http://cr.openjdk.java.net/~bae/7152608/webrev Technical review: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-March/003580.html Reviewers: Alexader Zuev Rationale f

[7u4] Request for phase 2 approval for CR 7152608 - [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo

2012-03-15 Thread Andrew Brygin
CR: http://bugs.sun.com/view_bug.do?bug_id=7152608 Webrev: http://cr.openjdk.java.net/~bae/7152608/webrev Technical review: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-March/003580.html Reviewers: Alexader Zuev Rationale for inclusion in 7u4: this crash may affects any applicati

Re: [7u4] Request for phase 2 approval for CR 7145827: [macosx] JCK failure in b11: FocusableWindow3

2012-03-15 Thread Edvard Wendelin
Approved. On 03/14/2012 03:25 PM, Anton V. Tarasov wrote: Bug: http://bugs.sun.com/view_bug.do?bug_id=7145827 Webrev: http://cr.openjdk.java.net/~ant/7145827/webrev.0/ Review thread: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-March/003555.html Reviewer: Artem Ananiev (art) Ra

Re: [7u4] Request for approval for CR 7130241 - [macosx] TransparentRuler demo can not run due to lacking of perpixel transparency support

2012-03-15 Thread Edvard Wendelin
Approved. On 03/15/2012 12:32 PM, Alexander Kouznetsov wrote: * Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7130241 * Changeset: http://hg.openjdk.java.net/jdk8/build/jdk/rev/0e31cf72b84d * Reviewers: Artem Ananyev (art )

Re: [7u4] Request for approval for CR 7088989 - Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-03-15 Thread Dalibor Topic
On 3/14/12 9:08 AM, Andrew Hughes wrote: > 1. java.security is altered to prioritise > com.oracle.security.ucrypto.UcryptoProvider > on Solaris builds. What does this mean for OpenJDK builds on Solaris that > don't have > this provider? Nothing, really. > Will the provider code simply ignor

hg: jdk7u/jdk7u4-dev/jdk: 7124321: [macosx] TrayIcon MouseListener is never triggered

2012-03-15 Thread alexander . zuev
Changeset: 54b91467ed95 Author:leonidr Date: 2012-03-15 20:55 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u4-dev/jdk/rev/54b91467ed95 7124321: [macosx] TrayIcon MouseListener is never triggered Reviewed-by: anthony ! src/macosx/classes/sun/lwawt/macosx/CTrayIcon.java ! src/maco

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

2012-03-15 Thread sean . coffey
Changeset: 11c1617c57bf Author:coffeys Date: 2012-03-15 13:45 + URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/11c1617c57bf 7133138: Improve io performance around timezone lookups Reviewed-by: okutsu ! make/tools/src/build/tools/javazic/Mappings.java ! src/share/classe

Re: [7u6] Request for approval for CR 7144488: Infinite recursion for some equals tests in Collections

2012-03-15 Thread Edvard Wendelin
Approved. On 03/14/2012 07:46 PM, Seán Coffey wrote: Request to backport from jdk8 to 7u (7u6). Identical changeset to that of JDK 8 : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0a350fb8b174 bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7144488 regards, Sean.

Re: [7u6] Request for approval for CR 7133138 : Improve io performance around timezone lookups

2012-03-15 Thread Edvard Wendelin
Approved. On 03/14/2012 07:42 PM, Seán Coffey wrote: This is a request to backport 7133138 to 7u-dev repo. Resulting code is identical. jdk 8 changeset : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a589a8dbde79 bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7133138 Regards, Se

Re: [7u6] Request for approval for CR 7148584 Jar tools fails to generate manifest correctly when boundary condition hit

2012-03-15 Thread Edvard Wendelin
Approved. On 03/15/2012 12:12 PM, Seán Coffey wrote: Request for approval to putback to 7u6. Identical changeset to jdk8 : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/134d9f4f9498 Bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7148584 Regards, Sean.

[7u4] Request for approval for CR 7130241 - [macosx] TransparentRuler demo can not run due to lacking of perpixel transparency support

2012-03-15 Thread Alexander Kouznetsov
* Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7130241 * Changeset: http://hg.openjdk.java.net/jdk8/build/jdk/rev/0e31cf72b84d * Reviewers: Artem Ananyev (art ) -- Best regards, Alexander Kouznetsov

[7u6] Request for approval for CR 7148584 Jar tools fails to generate manifest correctly when boundary condition hit

2012-03-15 Thread Seán Coffey
Request for approval to putback to 7u6. Identical changeset to jdk8 : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/134d9f4f9498 Bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7148584 Regards, Sean.