hg: jdk8/tl/jdk: 7197210: java/lang/invoke/CallSiteTest.java failing on armsflt.

2012-11-05 Thread david . holmes
Changeset: cb65e3315b27 Author:jiangli Date: 2012-11-05 12:51 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cb65e3315b27 7197210: java/lang/invoke/CallSiteTest.java failing on armsflt. Summary: Reduce work load and set longer timeout for java/lang/invoke tests. Reviewed-by:

hg: jdk8/tl/langtools: 8001112: Make -target 8 in javac generate version 52.0 classfile

2012-11-05 Thread kumar . x . srinivasan
Changeset: 9bce0c73583d Author:ksrini Date: 2012-10-31 10:21 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9bce0c73583d 8001112: Make -target 8 in javac generate version 52.0 classfile Reviewed-by: darcy, jjg ! src/share/classes/com/sun/tools/javac/jvm/Target.java ! t

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-05 Thread David Holmes
Thanks Dan and everyone else - nits fixed. Now for the JDK part ... David On 6/11/2012 4:52 AM, Daniel D. Daugherty wrote: On 11/4/12 3:32 PM, David Holmes wrote: Okay here's the final update :) http://cr.openjdk.java.net/~dholmes/8002034/webrev.03/ Thumbs up. Just nits below. make/linux/

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-11-05 Thread zhengyu . gu
Changeset: 69ad7823b1ca Author:zgu Date: 2012-11-05 15:30 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/69ad7823b1ca 8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp Summary: NMT should al

hg: jdk8/tl/jdk: 6383200: PBE: need new algorithm support in password based encryption

2012-11-05 Thread vincent . x . ryan
Changeset: 519f4c9ebf8d Author:vinnie Date: 2012-11-05 20:18 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/519f4c9ebf8d 6383200: PBE: need new algorithm support in password based encryption Reviewed-by: valeriep ! src/share/classes/com/sun/crypto/provider/PBEKeyFactory.java

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-05 Thread Daniel D. Daugherty
On 11/4/12 3:32 PM, David Holmes wrote: Okay here's the final update :) http://cr.openjdk.java.net/~dholmes/8002034/webrev.03/ Thumbs up. Just nits below. make/linux/makefiles/defs.make nit line 174: space between 'times.We' nit line 206: Needs period ('.') at end of sentence. make/

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-05 Thread Dmitry Samersoff
David, Looks good for me. -Dmitry On 2012-11-05 02:32, David Holmes wrote: > Okay here's the final update :) > > http://cr.openjdk.java.net/~dholmes/8002034/webrev.03/ > > We now have a default objcopy when cross-compiling and I augmented the > error message if no objcopy is found. These chang

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-05 Thread BILL PITTORE
OBJCOPY changes look good. bill On 11/4/2012 5:32 PM, David Holmes wrote: Okay here's the final update :) http://cr.openjdk.java.net/~dholmes/8002034/webrev.03/ We now have a default objcopy when cross-compiling and I augmented the error message if no objcopy is found. These changes only a

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-05 Thread Erik Joelsson
Best version so far. /Erik On 2012-11-04 23:32, David Holmes wrote: Okay here's the final update :) http://cr.openjdk.java.net/~dholmes/8002034/webrev.03/ We now have a default objcopy when cross-compiling and I augmented the error message if no objcopy is found. These changes only affect th