Re: Create a jvm.cfg for zero on 32 bit architectures

2013-08-20 Thread Omair Majid
Hi, On 08/15/2013 12:46 AM, David Holmes wrote: On 14/08/2013 1:53 AM, Omair Majid wrote: Updated webrev: http://cr.openjdk.java.net/~omajid/webrevs/zero-jvm-config/01/ That looks good to me. I am still looking for another reviewer. Thanks, Omair -- PGP Key: 66484681

RFR (XS) 8023406 - [windows] build_vm_def.sh takes too long even when BUILD_WIN_SA != 1

2013-08-20 Thread Ioi Lam
|Please review a very small fix:|| || ||http://cr.openjdk.java.net/~iklam/8023406/windows_build_vm_def_slow_001/|| || ||Bug: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1|| || ||http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8023406|| ||

Re: RFR (XS) 8023406 - [windows] build_vm_def.sh takes too long even when BUILD_WIN_SA != 1

2013-08-20 Thread Daniel D. Daugherty
Adding in Serviceability Team since the SA belongs to them. Dan On 8/20/13 3:11 PM, Ioi Lam wrote: |Please review a very small fix:|| || ||http://cr.openjdk.java.net/~iklam/8023406/windows_build_vm_def_slow_001/|| || ||Bug: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA

hg: jdk8/build/jdk: Added tag jdk8-b103 for changeset e0f6039c0290

2013-08-20 Thread david . katleman
Changeset: f1d8d15bfcb5 Author:cl Date: 2013-08-15 09:25 -0700 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/f1d8d15bfcb5 Added tag jdk8-b103 for changeset e0f6039c0290 ! .hgtags

hg: jdk8/build/jaxws: Added tag jdk8-b103 for changeset 6cdc6ed98780

2013-08-20 Thread david . katleman
Changeset: 42211ab0ab1c Author:cl Date: 2013-08-15 09:25 -0700 URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/42211ab0ab1c Added tag jdk8-b103 for changeset 6cdc6ed98780 ! .hgtags

hg: jdk8/build/langtools: Added tag jdk8-b103 for changeset 76cfe7c61f25

2013-08-20 Thread david . katleman
Changeset: dd4a00c220c6 Author:cl Date: 2013-08-15 09:26 -0700 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/dd4a00c220c6 Added tag jdk8-b103 for changeset 76cfe7c61f25 ! .hgtags

hg: jdk8/build/nashorn: Added tag jdk8-b103 for changeset 414203de4374

2013-08-20 Thread david . katleman
Changeset: afc100513451 Author:cl Date: 2013-08-15 09:26 -0700 URL: http://hg.openjdk.java.net/jdk8/build/nashorn/rev/afc100513451 Added tag jdk8-b103 for changeset 414203de4374 ! .hgtags

hg: jdk8/build/hotspot: 31 new changesets

2013-08-20 Thread david . katleman
Changeset: 0bbd1c775bef Author:cl Date: 2013-08-15 09:25 -0700 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/0bbd1c775bef Added tag jdk8-b103 for changeset 6f9be7f87b96 ! .hgtags Changeset: 39127bb12d32 Author:amurillo Date: 2013-08-09 01:39 -0700 URL:

RFR: 8023433 : (xs) Improve make help

2013-08-20 Thread Mike Duigou
Hello all; Another tiny changeset with updates to the make help target. This change publicizes the docs target and updates the list of components for component specific targets. http://cr.openjdk.java.net/~mduigou/JDK-8023433/0/webrev/ This change would be integrated via the TL repo as I am

Re: RFR: 8023433 : (xs) Improve make help

2013-08-20 Thread Tim Bell
Hi Mike: Another tiny changeset with updates to the make help target. This change publicizes the docs target and updates the list of components for component specific targets. http://cr.openjdk.java.net/~mduigou/JDK-8023433/0/webrev/ This change would be integrated via the TL repo as I am

[Withdrawn] Re: RFR: 8016096: [macosx] jawt_md.h shipped with jdk is outdated

2013-08-20 Thread David DeHaven
[CC'ing build-dev for comments on the build system changes] Finally took the ten minutes to do this backport of JDK-7181710 for JDK 8. Please review my changeset for JDK-8016096: http://cr.openjdk.java.net/~ddehaven/8016096/jdk.0/ Oops, I missed a few files in that changeset, namely

Re: RFR (XS) 8023406 - [windows] build_vm_def.sh takes too long even when BUILD_WIN_SA != 1

2013-08-20 Thread Yumin Qi
Ioi, One question, SKIP_GENERATED, is this a environment variable or need to give on command? Others looks OK. Thanks Yumin On 8/20/2013 2:11 PM, Ioi Lam wrote: |Please review a very small fix:|| || ||http://cr.openjdk.java.net/~iklam/8023406/windows_build_vm_def_slow_001/|| || ||Bug: