Re: jdk8 build times

2013-08-27 Thread Tim Bell
Good advice on the virus scanning front, and of course every bit helps. Also keep in mind that laptop components often sacrifice performance in favor of saving space, power, and battery life. A laptop is not a workstation. If your laptop drive is a sad little unit like mine, you pay and pay.

Re: Consistent autoconf version

2013-08-27 Thread Mike Duigou
A possible policy that would also gently (glacially?) roll the autoconf version forward over time might be to say "If you can, use the same version of autoconf used for the prior generated-configure you are replacing. If this is impractical use your system's default version.". This seems like th

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-27 Thread Kelly O'Hair
Nice. I think deleting code should be like hazard pay, double the normal hourly wage, but deleting Makefile lines should be triple wage. :) Looks great to me. Not that I use this makefile much anymore. -kto On Aug 27, 2013, at 4:17 PM, Mike Duigou wrote: > Hello all; > > I have updated the

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-27 Thread Mike Duigou
Hello all; I have updated the changeset for this issue based upon feedback from the earlier version. As a result of intervening work this version contains even more cleanup. http://cr.openjdk.java.net/~mduigou/JDK-8015068/1/webrev/ Since the last revision: - One open issue remains--handling o

Re: jdk8 build times

2013-08-27 Thread Kelly O'Hair
Peter, It might be important for you to make sure the boot jdk image, and all tools used to build (like VS2010) also in the ignore list. Maybe CYGWIN too. The boot jdk rt.jar file in particular can be slow to virus scan. It kind of depends on how smart (or not) the virus scanner is on re-scanning

Re: jdk8 build times

2013-08-27 Thread Pete Brunet
Here are my release build times with my repo tree in the Norton 360 real time virus checking ignore list: 00:03:34 corba 00:12:51 demos 00:15:10 docs 00:18:42 hotspot 00:15:55 images 00:01:42 jaxp 00:07:32 jaxws 00:43:04 jdk 00:04:17 langtools 00:02:31 nashorn 02:05:18 TOTAL Here are the prior ti

hg: jdk8/build/hotspot: 35 new changesets

2013-08-27 Thread david . katleman
Changeset: 37165c3618a3 Author:amurillo Date: 2013-08-16 04:24 -0700 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/37165c3618a3 8023152: new hotspot build - hs25-b47 Reviewed-by: jcoomes ! make/hotspot_version Changeset: d96f52012aaa Author:rdurbin Date: 2013-08-

Re: RFR JDK-8022407 sun/misc/CopyMemory.java fails with SIGSEGV in Unsafe_SetByte+0x35

2013-08-27 Thread Lois Foltan
On 8/27/2013 1:29 PM, Christian Thalinger wrote: On Aug 27, 2013, at 9:18 AM, Lois Foltan wrote: Please review the following fix: open webrev at http://cr.openjdk.java.net/~hseigel/bug_jdk8022407/ Bug: bug link at https://bugs.openjdk.java.net/browse/JDK-8022407 Summary of fix: The

RFR JDK-8022407 sun/misc/CopyMemory.java fails with SIGSEGV in Unsafe_SetByte+0x35

2013-08-27 Thread Lois Foltan
Please review the following fix: open webrev at http://cr.openjdk.java.net/~hseigel/bug_jdk8022407/ Bug: bug link at https://bugs.openjdk.java.net/browse/JDK-8022407 Summary of fix: The JDK 8 build on MacOS, when built with the Xcode 4.6.2 clang++ compiler, exhibited a compiler optimiz

Re: RFR JDK-8022407 sun/misc/CopyMemory.java fails with SIGSEGV in Unsafe_SetByte+0x35

2013-08-27 Thread Christian Thalinger
On Aug 27, 2013, at 9:18 AM, Lois Foltan wrote: > Please review the following fix: >open webrev at http://cr.openjdk.java.net/~hseigel/bug_jdk8022407/ > > Bug: >bug link at https://bugs.openjdk.java.net/browse/JDK-8022407 > > Summary of fix: > > The JDK 8 build on MacOS, when built wi

Re: Consistent autoconf version

2013-08-27 Thread Chris Hegarty
... I'm guilty of submitting with all three versions, depending on if I'm working on Ubuntu, Solaris, Windows or Mac. I too find it convenient when the versions match and if we decided on a specific version, I would just install that one from source on the machines I'm using. The build of autoco