hg: jdk7u/jdk7u-dev/jdk: 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName

2012-02-07 Thread weijun . wang
Changeset: bc9c53f4b9c5 Author:weijun Date: 2012-02-08 13:08 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/bc9c53f4b9c5 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName Reviewed-by: valeriep ! test/sun/security/krb5/run

Re: [7u4] request for approval: 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName

2012-02-07 Thread Paul Hohensee
Approved. Paul On 2/7/12 11:45 PM, Weijun Wang wrote: Hi [ My Thunderbird crashes, re-send in case it's not out ] I request code changes for 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName to be putback into jdk7u-dev, since jdk7u-osx is n

[7u4] request for approval: 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName

2012-02-07 Thread Weijun Wang
Hi [ My Thunderbird crashes, re-send in case it's not out ] I request code changes for 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName to be putback into jdk7u-dev, since jdk7u-osx is now merged into it. The code change is at http://cr.o

hg: jdk7u/jdk7u-dev/langtools: 6 new changesets

2012-02-07 Thread lana . steuck
Changeset: cbd359dd5439 Author:katleman Date: 2012-01-23 10:03 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/langtools/rev/cbd359dd5439 Added tag jdk7u4-b08 for changeset 4be7205dae89 ! .hgtags Changeset: bbf3cccdd07f Author:katleman Date: 2012-01-27 08:49 -0800 U

hg: jdk7u/jdk7u-dev: 6 new changesets

2012-02-07 Thread lana . steuck
Changeset: 2455c661d0d7 Author:katleman Date: 2012-01-23 10:02 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/rev/2455c661d0d7 Added tag jdk7u4-b08 for changeset 1c1d2ab8729b ! .hgtags Changeset: 2b07c262a8a9 Author:katleman Date: 2012-01-27 08:49 -0800 URL:

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

2012-02-07 Thread lana . steuck
Changeset: ae59d2803a45 Author:katleman Date: 2012-01-23 10:03 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxws/rev/ae59d2803a45 Added tag jdk7u4-b08 for changeset e2bb49acbbc2 ! .hgtags Changeset: 3891fe529057 Author:katleman Date: 2012-01-27 08:49 -0800 URL:

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

2012-02-07 Thread lana . steuck
Changeset: f83e6ff13e4b Author:katleman Date: 2012-01-23 10:02 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/corba/rev/f83e6ff13e4b Added tag jdk7u4-b08 for changeset b86e44b7ad7b ! .hgtags Changeset: 23777178e7eb Author:katleman Date: 2012-01-27 08:49 -0800 URL:

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

2012-02-07 Thread lana . steuck
Changeset: 72cab8feaf31 Author:katleman Date: 2012-01-23 10:03 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/72cab8feaf31 Added tag jdk7u4-b08 for changeset 052450632c84 ! .hgtags Changeset: 7a37651d304d Author:katleman Date: 2012-01-27 08:49 -0800 URL:

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread Kelly O'Hair
The Makefiles have always been in the open on this. Just the way it has always been. -kto On Feb 7, 2012, at 4:51 PM, David Holmes wrote: > Valerie, > > I also have a concern here that if the source files for > com/oracle/security/ucrupto are in src/closed then why weren't the bulk of > the

Re: [7u4] Request for approval for 7142516 sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh fails [macosx]

2012-02-07 Thread Paul Hohensee
Approved. Paul On 2/7/12 5:51 PM, Jason Uh wrote: Requesting approval to push this fix to jdk7u-dev: Webrev: http://cr.openjdk.java.net/~juh/7142516/webrev.00/ CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7142516 The fix has been reviewed by: michaelm The changeset will be pushed

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread David Holmes
On 8/02/2012 11:09 AM, Valerie (Yu-Ching) Peng wrote: When I inspected make/closed, there are no directories containing Makefile. So, I still placed the build changes under "make" like all other components currently have, and it will be skipped for non-OpenJDK builds. If I move the build changes

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread Valerie (Yu-Ching) Peng
When I inspected make/closed, there are no directories containing Makefile. So, I still placed the build changes under "make" like all other components currently have, and it will be skipped for non-OpenJDK builds. If I move the build changes to make/closed, will it be built automatically if I

Re: [7u4] Request for approval for 7133488: (cs) java/nio/charset/Charset/NIOCharsetAvailabilityTest.java fails on MacOSX

2012-02-07 Thread Paul Hohensee
Approved. Paul On 2/7/12 4:51 PM, Kurchi Hazra wrote: This is a request to push the following fix to jdk 7u4: Bug:http://monaco.us.oracle.com/detail.jsf?cr=7133488 Webrev:http://cr.openjdk.java.net/~khazra/7133488/webrev.03/ Reviewed by: alanb This changeset will be pushed on my behalf b

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread David Holmes
Valerie, I also have a concern here that if the source files for com/oracle/security/ucrupto are in src/closed then why weren't the bulk of the build changes in make/closed? David On 8/02/2012 9:41 AM, Valerie (Yu-Ching) Peng wrote: I wasn't aware that explicit approval is needed for backp

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread Dalibor Topic
On 2/8/12 12:41 AM, Valerie (Yu-Ching) Peng wrote: > > I wasn't aware that explicit approval is needed for backporting a JDK8 fix > into JDK7 update. Yes, it is needed. Please make yourself familiar with the process information available at http://openjdk.java.net/projects/jdk7u/ . In this cas

jdk7u4-b11: HotSpot

2012-02-07 Thread Alejandro E Murillo
hs23-b13 and hs23-b14 have been integrated into jdk7u4-b11. http://hg.openjdk.java.net/jdk7u/jdk7u/rev/1abfee16e8cc http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/bdc37f3c09b6 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/acb171a8d7d6 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/3fbd87d

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread Valerie (Yu-Ching) Peng
I wasn't aware that explicit approval is needed for backporting a JDK8 fix into JDK7 update. I'll check w/ my co-workers and manager and see what I should do in this scenario. Thanks, Valerie On 02/07/12 13:47, Omair Majid wrote: On 02/07/2012 03:18 PM, Valerie (Yu-Ching) Peng wrote: This w

hg: jdk7u/jdk7u/hotspot: 30 new changesets

2012-02-07 Thread john . coomes
Changeset: 905945c5913e Author:katleman Date: 2012-02-02 09:39 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/905945c5913e Added tag jdk8-b24 for changeset a80fd4f45d7a ! .hgtags Changeset: 9f1c2b7cdfb6 Author:amurillo Date: 2012-01-27 14:49 -0800 URL:

hg: jdk7u/jdk7u-dev/hotspot: 31 new changesets

2012-02-07 Thread john . coomes
Changeset: 6b53e4c71c8a Author:katleman Date: 2012-02-03 01:39 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/6b53e4c71c8a Added tag jdk7u4-b10 for changeset 305636960fa4 ! .hgtags Changeset: 905945c5913e Author:katleman Date: 2012-02-02 09:39 -0800 URL

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread Omair Majid
On 02/07/2012 03:18 PM, Valerie (Yu-Ching) Peng wrote: > This was discussed in JDK8 and then later backported to 7u. > The majority of the code is under the closed tree, so the changes are > reviewed internally. Ah, I was not aware of that. From what I have seen of other patches, the external chan

[7u4] Request for approval for 7142516 sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh fails [macosx]

2012-02-07 Thread Jason Uh
Requesting approval to push this fix to jdk7u-dev: Webrev: http://cr.openjdk.java.net/~juh/7142516/webrev.00/ CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7142516 The fix has been reviewed by: michaelm The changeset will be pushed for me by Michael McMahon (michaelm). Thanks, Jason

Re: [7u4] Request for approval for 7133488: (cs) java/nio/charset/Charset/NIOCharsetAvailabilityTest.java fails on MacOSX

2012-02-07 Thread Edvard Wendelin
Approved. On Feb 7, 2012, at 10:51 PM, Kurchi Hazra wrote: > > This is a request to push the following fix to jdk 7u4: > > Bug:http://monaco.us.oracle.com/detail.jsf?cr=7133488 > > > Webrev:http://cr.openjdk.java.net/~khazra/7133488/webrev.03/ > > > Reviewed by: alanb > > This changeset w

Re: [7u4] Request for approval for 7141281: [macosx] GridBagLayout baseline issue

2012-02-07 Thread Edvard Wendelin
Approved. On Feb 7, 2012, at 6:45 PM, Alexander Potochkin wrote: > Hello > > This is a request to push the following fix to jdk 7u4: > http://cr.openjdk.java.net/~alexp/7141281/webrev.00/ > > the bug's description is here: > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7141281 > > the fi

[7u4] Request for approval for 7133488: (cs) java/nio/charset/Charset/NIOCharsetAvailabilityTest.java fails on MacOSX

2012-02-07 Thread Kurchi Hazra
This is a request to push the following fix to jdk 7u4: Bug:http://monaco.us.oracle.com/detail.jsf?cr=7133488 Webrev:http://cr.openjdk.java.net/~khazra/7133488/webrev.03/ Reviewed by: alanb This changeset will be pushed on my behalf by Michael McMahon (michaelm). Thanks, Kurchi

Re: hg: jdk7u/jdk7u-dev/jdk: 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs

2012-02-07 Thread Valerie (Yu-Ching) Peng
This was discussed in JDK8 and then later backported to 7u. The majority of the code is under the closed tree, so the changes are reviewed internally. Thanks, Valerie On 02/04/12 03:17, Omair Majid wrote: Hi, On 01/18/2012 04:06 PM, valerie.p...@oracle.com wrote: Changeset: de5e9bf5b313 Auth

[7u4] Request for approval for 7141281: [macosx] GridBagLayout baseline issue

2012-02-07 Thread Alexander Potochkin
Hello This is a request to push the following fix to jdk 7u4: http://cr.openjdk.java.net/~alexp/7141281/webrev.00/ the bug's description is here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7141281 the fix was approved by Artem Ananiev Thanks alexp

hg: jdk7u/jdk7u-dev/jdk: 7142120: [macosx] Some JCK tests for SplashScreen fail on Mac OS X due to incorrect positioning of the splash

2012-02-07 Thread anthony . petrov
Changeset: 0d6cacf5e210 Author:anthony Date: 2012-02-07 19:08 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0d6cacf5e210 7142120: [macosx] Some JCK tests for SplashScreen fail on Mac OS X due to incorrect positioning of the splash Summary: Use NSScreen -frame instea

Re: [7u4] Request for approval for 7142120: [macosx] Some JCK tests for SplashScreen fail on Mac OS X due to incorrect positioning of the splash

2012-02-07 Thread Artem Ananiev
Approved. On 2/7/2012 6:16 PM, Anthony Petrov wrote: This is a request to push the following fix to jdk7u-dev: CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7142120 http://cr.openjdk.java.net/~anthony/x-14-splashScreen-7142120.1/ Technical review thread: http://mail.openjdk.java.net

[7u4] Request for approval for 7142120: [macosx] Some JCK tests for SplashScreen fail on Mac OS X due to incorrect positioning of the splash

2012-02-07 Thread Anthony Petrov
This is a request to push the following fix to jdk7u-dev: CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7142120 http://cr.openjdk.java.net/~anthony/x-14-splashScreen-7142120.1/ Technical review thread: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-February/002808.html

hg: jdk7u/jdk7u-dev/jdk: 7119760: [macosx] The OpenGL queue flusher thread is created in the wrong thread group

2012-02-07 Thread dmitry . cherepanov
Changeset: d6333a031b8d Author:dcherepanov Date: 2012-02-07 12:19 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d6333a031b8d 7119760: [macosx] The OpenGL queue flusher thread is created in the wrong thread group Reviewed-by: prr ! src/share/classes/sun/java2d/openg