jdk7u-b06: jdk7u-dev

2011-09-01 Thread lana . steuck
http://hg.openjdk.java.net/jdk7u/jdk7u/rev/4331602abe52 http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/4c5514d422c4 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/1da81fa43d48 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/286a65169fda http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/594

Re: Interaction with the CCC Process - Draft

2011-09-01 Thread Dr Andrew John Hughes
On 09:36 Thu 01 Sep , Sean Mullan wrote: > For non-Oracle developers, will there be a CCC template that developers can > use > to write the details of the CCC and hand it off to the technical lead? > > How do we manage comments that come up during the review of the CCC? Is the > tech > lead

hg: jdk7u/jdk7u/jdk: 13 new changesets

2011-09-01 Thread lana . steuck
Changeset: a15d2672aad0 Author:rupashka Date: 2011-08-17 12:45 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a15d2672aad0 7071609: javax/swing/JPopupMenu/6694823/bug6694823.java failed on solaris10 Reviewed-by: alexp ! test/javax/swing/JPopupMenu/6694823/bug6694823.java

hg: jdk7u/jdk7u/langtools: 6 new changesets

2011-09-01 Thread lana . steuck
Changeset: 5b682f7c980e Author:jjg Date: 2011-08-15 14:01 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/5b682f7c980e 7074189: some javac tests fail with latest jtreg 4.1 b03 Reviewed-by: darcy + test/tools/javac/lib/CompileFail.java ! test/tools/javac/processing/e

Request for approval for CR 6476261 - (reflect) GenericSignatureFormatError When signature includes nested inner classes

2011-09-01 Thread Joe Darcy
Hello. I hereby request approval to backport a trio of signature parsing fixes from JDK 8 to 7 update: 6476261: (reflect) GenericSignatureFormatError When signature includes nested inner classes http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6476261 6832374: (reflect) malformed

Request for approval to backport 7081012: "REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner()" to jdk7u-dev/jdk

2011-09-01 Thread Denis S. Fokin
Good day. I hereby request to approval to backport 7081012: "REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner()" http://hg.openjdk.java.net/jdk8/awt/jdk/rev/970ff8d5bbe7 to jdk7u-dev/jdk. This is a direct backport of the change. The fix has been reviewed by ant. Than

Request for Approval for CR 7041800 - URI.equals may incorrectly return true with escaped octets

2011-09-01 Thread Chris Hegarty
This is a request for approval to backport the fix for 7041800 to jdk7u-dev/jdk: 7041800 - URI.equals may incorrectly return true with escaped octets http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7041800 Changeset in jdk8: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fcb33500b3

Re: Interaction with the CCC Process - Draft

2011-09-01 Thread Chris Hegarty
Also, I'm not sure it necessarily needs to be the tech lead for that area. Surely any internal Oracle employee should be able to run with it. Typically, the change and CCC will already have been done for JDK8, possibly leaving it open the original dev engineer? -Chris. On 09/ 1/11 02:36 PM, S

Re: Interaction with the CCC Process - Draft

2011-09-01 Thread Sean Mullan
For non-Oracle developers, will there be a CCC template that developers can use to write the details of the CCC and hand it off to the technical lead? How do we manage comments that come up during the review of the CCC? Is the tech lead expected to be a middle-man and send them back and forth to t

hg: jdk7u/jdk7u-dev/jdk: 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently

2011-09-01 Thread chris . hegarty
Changeset: 1c0190388b70 Author:dl Date: 2011-09-01 13:08 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/1c0190388b70 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently Reviewed-by: chegar ! test/java/util/concurrent/Phaser/Arrive.java

hg: jdk7u/jdk7u-dev/jdk: 7051516: ThreadLocalRandom seed is never initialized so all instances generate the same sequence

2011-09-01 Thread chris . hegarty
Changeset: 791e94e7b64f Author:chegar Date: 2011-09-01 13:05 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/791e94e7b64f 7051516: ThreadLocalRandom seed is never initialized so all instances generate the same sequence Reviewed-by: chegar, dholmes, mduigou ! src/shar

Re: Request for approval for CR 7051516 - ThreadLocalRandom seed is never initialized so all instances generate the same sequence

2011-09-01 Thread Chris Hegarty
On 09/ 1/11 12:44 PM, Dalibor Topic wrote: On 8/31/11 11:01 PM, Chris Hegarty wrote: This is a request for approval to backport the fix for 7051516 to jdk7u-dev/jdk: 7051516 - ThreadLocalRandom seed is never initialized so all instances generate the same sequence http://bugs.sun.com/

Re: Request for approval: 7030332

2011-09-01 Thread Dalibor Topic
On 9/1/11 4:10 AM, Pavel Porvatov wrote: > Hi, > > Could you please approve the fix of CR 7030332 (Default borders in tables > looks incorrect JEditorPane) for 7u2? Bug description is here: > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7030332 > > Some time ago the fix was prepared, appro

Re: Request for Approval for CR 7058828 - test/java/util/concurrent/Phaser/Arrive.java fails intermittently

2011-09-01 Thread Dalibor Topic
On 8/31/11 11:03 PM, Chris Hegarty wrote: > This is a request for approval to backport the fix for 7058828 to > jdk7u-dev/jdk: > > 7058828 - test/java/util/concurrent/Phaser/Arrive.java fails > intermittently > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7058828 > > Changeset in

Re: Request for approval for CR 7067811

2011-09-01 Thread Dalibor Topic
On 9/1/11 1:44 AM, Nils Loodin wrote: > Request for approval to fix below bug, update of comments in demo source code > to state that it's unfit for production. > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7067811 > > Webrev: http://cr.openjdk.java.net/~nloodin/7067811/webrev.03/ > >

Re: Request for approval for CR 7051516 - ThreadLocalRandom seed is never initialized so all instances generate the same sequence

2011-09-01 Thread Dalibor Topic
On 8/31/11 11:01 PM, Chris Hegarty wrote: > This is a request for approval to backport the fix for 7051516 to > jdk7u-dev/jdk: > > 7051516 - ThreadLocalRandom seed is never initialized so all instances > generate the same sequence > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7051

Request for approval: 7030332

2011-09-01 Thread Pavel Porvatov
Hi, Could you please approve the fix of CR 7030332 (Default borders in tables looks incorrect JEditorPane) for 7u2? Bug description is here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7030332 Some time ago the fix was prepared, approved and pushed in jdk8: http://hg.openjdk.java.net/jd

Request for approval for CR 7067811

2011-09-01 Thread Nils Loodin
Request for approval to fix below bug, update of comments in demo source code to state that it's unfit for production. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7067811 Webrev: http://cr.openjdk.java.net/~nloodin/7067811/webrev.03/ Changeset in jdk8: http://hg.openjdk.java.net/jdk8/bu