Re: RFR: 8022734: [macosx] Rebuilding jdk 7u on mac almost always fails

2013-08-13 Thread Erik Joelsson
Looks good to me, though I'm neither reviewer nor committer in jdk7u. /Erik On 2013-08-12 17:38, David DeHaven wrote: Updated: http://cr.openjdk.java.net/~ddehaven/8022734/jdk.1/ JPRT run was successful, aside from a spurious solaris_sparc_5.10.product resource unavailable error. I re-ran

Re: RFR 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-13 Thread Aleksej Efimov
Stuart, Thanks for your comments. New webrev: http://cr.openjdk.java.net/~aefimov/8021820/webrev.03/ http://cr.openjdk.java.net/%7Eaefimov/8021820/webrev.03/ Comments below. Thanks, Aleksej On 08/08/2013 06:10 AM, Stuart Marks wrote: Hi Aleksej, Thanks for the update. The situation is a bit

Do we need platform independent images?

2013-08-13 Thread Pete Brunet
Hi, The Java Access Bridge jars have been in 7u since 7u6. There is a problem in that the 32 bit images can't be used without modification. This is because one of the jars is platform independent. There is access-bridge.jar for 32 bit Java on a 32 bit OS and access-bridge-32.jar on 32 bit Java

Re: jdk8 build times

2013-08-13 Thread Dmitry Samersoff
Peter, 1. When you turn norton off it's actually still hook all opens, so significantly slow down things. Try to create exclusion rule to exclude your build directory from protection. 2. Make sure you have SATA controller in AHCI but not legacy mode in a BIOS, (make sure you have

Re: Do we need platform dependent images?

2013-08-13 Thread Pete Brunet
Fixed the subject line... On 8/13/13 8:53 AM, Pete Brunet wrote: Hi, The Java Access Bridge jars have been in 7u since 7u6. There is a problem in that the 32 bit images can't be used without modification. This is because one of the jars is platform independent. There is access-bridge.jar

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

2013-08-13 Thread Omair Majid
On 08/12/2013 12:51 AM, David Holmes wrote: Hi Omair, On 10/08/2013 1:25 AM, Omair Majid wrote: Hi, OpenJDK fails to build with zero currently on 32 bit architectures. There's a non-architecture-specific compilation error that I fixed [1]. That makes zero build/run on 64-bit

How to add options to the javac build in the JDK 8 repo?

2013-08-13 Thread Joe Darcy
Hello build gurus, In in effort to have javac help us maintain good code quality in the jdk 8 repo, I'd like to turn on selected lint warnings and make them errors. In particular, the set of javac options I want to try out is

hg: jdk8/build/corba: 3 new changesets

2013-08-13 Thread david . katleman
Changeset: cc11a0efb4f9 Author:aefimov Date: 2013-08-01 14:59 +0400 URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/cc11a0efb4f9 8015987: The corba repo contains unneeded .sjava files Reviewed-by: alanb, chegar, coffeys -

hg: jdk8/build/jdk: 63 new changesets

2013-08-13 Thread david . katleman
Changeset: 1c6bfb303ffc Author:prr Date: 2013-08-06 13:38 -0700 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/1c6bfb303ffc 8022175: Fix doclint warnings in javax.print Reviewed-by: darcy ! src/share/classes/javax/print/DocFlavor.java !

hg: jdk8/build/langtools: 10 new changesets

2013-08-13 Thread david . katleman
Changeset: 05370ef9dccb Author:ksrini Date: 2013-07-31 08:37 -0700 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/05370ef9dccb 8014826: c.s.t.javac.tree.Pretty.visitNewArray() prints duplicate dimension markers Reviewed-by: jjg, vromero !

hg: jdk8/build/nashorn: 4 new changesets

2013-08-13 Thread david . katleman
Changeset: 0ad00ae4fec6 Author:hannesw Date: 2013-08-01 12:23 +0200 URL: http://hg.openjdk.java.net/jdk8/build/nashorn/rev/0ad00ae4fec6 8020132: Big object literal with numerical keys exceeds method size Reviewed-by: lagergren, sundar !

Re: RFR: 8019470 Changes needed to compile JDK8 on MacOS with clang compiler

2013-08-13 Thread Tim Bell
On 07/24/13 09:44 PM, David Holmes wrote: On 25/07/2013 8:48 AM, Tim Bell wrote: Christian: That's not true. I've added Mac OS X support with the same change. For building hotspot only, perhaps. I want to build the entire product, start to finish, using clang. That's why I needed to

Re: How to add options to the javac build in the JDK 8 repo?

2013-08-13 Thread Joe Darcy
A follow-up, the build incantation to embed a comma seems to be (COMMA). Therefore, I will upgrade this to a code review request: diff -r a4b0be7341ef makefiles/CompileJavaClasses.gmk --- a/makefiles/CompileJavaClasses.gmkTue Aug 13 19:10:54 2013 +0100 +++ b/makefiles/CompileJavaClasses.gmk

Re: RFR: 8019470 Changes needed to compile JDK8 on MacOS with clang compiler

2013-08-13 Thread Tim Bell
I wrote: Thanks in advance - we would like to get these changes checked in this week. Let me clarify this a bit - there are some bugs open against the MacOS/clang hotspot build that need to be resolved before considering a change-over to clang:

hg: jdk8/build/hotspot: 24 new changesets

2013-08-13 Thread david . katleman
Changeset: 79ce055063e9 Author:amurillo Date: 2013-08-02 03:06 -0700 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/79ce055063e9 8022124: new hotspot build - hs25-b45 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 9bd314787fad Author:mseledtsov Date:

Re: RFR: 8019470 Changes needed to compile JDK8 on MacOS with clang compiler

2013-08-13 Thread Christian Thalinger
On Aug 13, 2013, at 3:00 PM, Tim Bell tim.b...@oracle.com wrote: I wrote: Thanks in advance - we would like to get these changes checked in this week. Let me clarify this a bit - there are some bugs open against the MacOS/clang hotspot build that need to be resolved before considering