hg: jdk8/tl/jdk: 7130335: Problem with timezone in a SimpleDateFormat

2012-01-26 Thread masayoshi . okutsu
Changeset: 7aa5ddfa3c9d Author:okutsu Date: 2012-01-27 14:58 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7aa5ddfa3c9d 7130335: Problem with timezone in a SimpleDateFormat Reviewed-by: peytoia ! src/share/classes/java/text/SimpleDateFormat.java + test/java/text/Format/Date

hg: hsx/hotspot-rt/hotspot: 7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11

2012-01-26 Thread paul . hohensee
Changeset: de268c8a8075 Author:phh Date: 2012-01-26 20:06 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/de268c8a8075 7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11 Summary: Add CriticalPriority == MaxPriority+1 and en

hg: hsx/hotspot-rt/jdk: 43 new changesets

2012-01-26 Thread john . coomes
Changeset: 44bd765c22f4 Author:prr Date: 2012-01-13 13:11 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/44bd765c22f4 7127827: JRE8: javaws fails to launch on oracle linux due to XRender Reviewed-by: bae, jgodinez ! src/solaris/classes/sun/java2d/xr/XRCompositeManager

hg: hsx/hotspot-rt/jaxws: Added tag jdk8-b23 for changeset 25ce7a000487

2012-01-26 Thread john . coomes
Changeset: e0d90803439b Author:katleman Date: 2012-01-26 18:23 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/e0d90803439b Added tag jdk8-b23 for changeset 25ce7a000487 ! .hgtags

hg: hsx/hotspot-rt/jaxp: Added tag jdk8-b23 for changeset 95102fd33418

2012-01-26 Thread john . coomes
Changeset: 7836655e2495 Author:katleman Date: 2012-01-26 18:23 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/7836655e2495 Added tag jdk8-b23 for changeset 95102fd33418 ! .hgtags

hg: hsx/hotspot-rt: Added tag jdk8-b23 for changeset 60d6f64a86b1

2012-01-26 Thread john . coomes
Changeset: 1a5f1d6b98d6 Author:katleman Date: 2012-01-26 18:23 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/1a5f1d6b98d6 Added tag jdk8-b23 for changeset 60d6f64a86b1 ! .hgtags

hg: hsx/hotspot-rt/corba: Added tag jdk8-b23 for changeset 5218eb256658

2012-01-26 Thread john . coomes
Changeset: b98f0e6dddf9 Author:katleman Date: 2012-01-26 18:23 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/b98f0e6dddf9 Added tag jdk8-b23 for changeset 5218eb256658 ! .hgtags

hg: jdk8/tl/jdk: 7126889: Incorrect SSLEngine debug output

2012-01-26 Thread bradford . wetmore
Changeset: 5ee30ab905db Author:wetmore Date: 2012-01-26 17:16 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ee30ab905db 7126889: Incorrect SSLEngine debug output Reviewed-by: xuelei ! src/share/classes/sun/security/ssl/EngineArgs.java ! src/share/classes/sun/security/ssl/S

hg: jdk8/tl/jdk: 7133815: address the findbug errors in CachedRowSetImpl, SerialStruct, BaseRow, SerialInputImpl, SerialOutputImpl

2012-01-26 Thread lance . andersen
Changeset: b518b160607f Author:lancea Date: 2012-01-26 19:41 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b518b160607f 7133815: address the findbug errors in CachedRowSetImpl, SerialStruct, BaseRow, SerialInputImpl, SerialOutputImpl Reviewed-by: forax ! src/share/classes

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread David Holmes
On 26/01/2012 10:02 PM, Rickard Bäckman wrote: On 01/26/2012 12:50 PM, David Holmes wrote: Change looks fine, but then so did the original! Will this be handled correctly by all versions of the jar command? We, have checked the contents of the version that RE is using (1.6.0_1 or something lik

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread David Holmes
On 26/01/2012 10:37 PM, Rickard Bäckman wrote: Karen, that makes sense, I'll push to 8 as well. Recall that I plan to change all this by moving it into make/closed for 8 (and then 7u). So this could be cleaned up then. David - Thanks /R On 01/26/2012 01:20 PM, Karen Kinnear wrote: T

Re: RFR: 7130476 - Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp

2012-01-26 Thread Paul Hohensee
Looks good. Paul On 1/26/12 8:17 AM, Rickard Bäckman wrote: Hi, can I have some reviews for this change? I decided to go with unused typedefs (thanks Keith) for the usages in the class definition and a do { } while (0) in the method definition. The webrev: http://cr.openjdk.java.net/~rbackm

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Paul Hohensee
Apparently yes. Thanks, paul On 1/26/12 9:14 AM, Paul Hohensee wrote: Will this fix the jdk7u-dev build problem? Thanks, paul On 1/26/12 4:44 AM, Rickard Bäckman wrote: Hi, We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo Thi

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Paul Hohensee
Will this fix the jdk7u-dev build problem? Thanks, paul On 1/26/12 4:44 AM, Rickard Bäckman wrote: Hi, We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo This fix removes the redundant subdirectories from the command. Webrev is he

Re: RFR: 7130476 - Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp

2012-01-26 Thread Rickard Bäckman
Thank you, Dmitry! /R On 01/26/2012 02:29 PM, Dmitry Samersoff wrote: Looks good for me. On 2012-01-26 17:17, Rickard Bäckman wrote: Hi, can I have some reviews for this change? I decided to go with unused typedefs (thanks Keith) for the usages in the class definition and a do { } while (0)

Re: RFR: 7130476 - Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp

2012-01-26 Thread Dmitry Samersoff
Looks good for me. On 2012-01-26 17:17, Rickard Bäckman wrote: > Hi, > > can I have some reviews for this change? > I decided to go with unused typedefs (thanks Keith) for the usages in > the class definition and a do { } while (0) in the method definition. > > The webrev: > http://cr.openjdk.ja

Re: RFR: 7130476 - Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp

2012-01-26 Thread Keith McGuigan
Looks great, thanks! -- - Keith On 1/26/2012 8:17 AM, Rickard Bäckman wrote: Hi, can I have some reviews for this change? I decided to go with unused typedefs (thanks Keith) for the usages in the class definition and a do { } while (0) in the method definition. The webrev: http://cr.openjdk.

RFR: 7130476 - Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp

2012-01-26 Thread Rickard Bäckman
Hi, can I have some reviews for this change? I decided to go with unused typedefs (thanks Keith) for the usages in the class definition and a do { } while (0) in the method definition. The webrev: http://cr.openjdk.java.net/~rbackman/7130476/webrev/ Thanks /R

hg: jdk8/tl/jdk: 7133124: Remove redundant packages from JAR command line

2012-01-26 Thread rickard . backman
Changeset: 350971f50949 Author:rbackman Date: 2012-01-26 09:51 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/350971f50949 7133124: Remove redundant packages from JAR command line Reviewed-by: acorn, alanb, dholmes, rottenha ! make/common/Release.gmk

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Rickard Bäckman
Karen, that makes sense, I'll push to 8 as well. Thanks /R On 01/26/2012 01:20 PM, Karen Kinnear wrote: Thanks Rickard. My guess is that if it works with all version of jar which you've tested, then it will be easier going forward to maintain the file consistently, and it causes no harm. t

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Karen Kinnear
Thanks Rickard. My guess is that if it works with all version of jar which you've tested, then it will be easier going forward to maintain the file consistently, and it causes no harm. thanks, Karen On Jan 26, 2012, at 7:03 AM, Rickard Bäckman wrote: > On 01/26/2012 12:53 PM, Karen Kinnear wr

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Rickard Bäckman
On 01/26/2012 12:53 PM, Karen Kinnear wrote: Code change looks good. I assume you want to put this fix back to JDK8 as well. thank you for the quick fix! Karen Thanks for the review Karen, I'm not sure about JDK8, I think it build with JDK1.7.0? Which has a fixed version of jar. I'll try t

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Rickard Bäckman
On 01/26/2012 12:50 PM, David Holmes wrote: On 26/01/2012 7:44 PM, Rickard Bäckman wrote: We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo This fix removes the redundant subdirectories from the command. Webrev is here: http://cr.open

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Karen Kinnear
Code change looks good. I assume you want to put this fix back to JDK8 as well. thank you for the quick fix! Karen On Jan 26, 2012, at 4:44 AM, Rickard Bäckman wrote: > Hi, > > We have a problem with some versions of jar reporting errors when trying to > run jar cf com/test com/test/foo > >

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread David Holmes
On 26/01/2012 7:44 PM, Rickard Bäckman wrote: We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo This fix removes the redundant subdirectories from the command. Webrev is here: http://cr.openjdk.java.net/~rbackman/7133124/webrev/ Chan

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Rickard Bäckman
On 01/26/2012 10:51 AM, Alan Bateman wrote: On 26/01/2012 09:44, Rickard Bäckman wrote: Hi, We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo This fix removes the redundant subdirectories from the command. Webrev is here: http://cr.o

RE: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Markus Grönlund
Thanks Alan for quick response, much appreciated. Markus > -Original Message- > From: Alan Bateman > Sent: den 26 januari 2012 10:52 > To: Rickard Bäckman > Cc: serviceability-dev@openjdk.java.net; build-...@openjdk.java.net > Subject: Re: RFR: 7133124 Remove redundant packages from JAR c

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Alan Bateman
On 26/01/2012 09:44, Rickard Bäckman wrote: Hi, We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo This fix removes the redundant subdirectories from the command. Webrev is here: http://cr.openjdk.java.net/~rbackman/7133124/webrev/

RFR: 7133124 Remove redundant packages from JAR command line

2012-01-26 Thread Rickard Bäckman
Hi, We have a problem with some versions of jar reporting errors when trying to run jar cf com/test com/test/foo This fix removes the redundant subdirectories from the command. Webrev is here: http://cr.openjdk.java.net/~rbackman/7133124/webrev/ Thanks /Rickard

hg: jdk8/tl/jdk: 7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException

2012-01-26 Thread yuka . kamiya
Changeset: ceab7e149581 Author:peytoia Date: 2012-01-26 17:06 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ceab7e149581 7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException Reviewed-by: okutsu ! src/share/classes/java/util/Calendar.java + t