Re: RFR: [9] 8043340: [macosx] Fix hard-wired paths to JavaVM.framework

2014-05-28 Thread Erik Joelsson
I think --with-sdk-name sounds good. Just make sure to document it very clearly to minimize confusion between --with-sysroot --with-devkit and --with-tools-path. We are gathering quite a few related options here. If this new option is used to set sysroot, then it should probably move closer

xcodebuild necessary on Mac?

2014-05-28 Thread Wang Weijun
I just installed a brand new Mavericks and go straight to 'bash configure' for jdk9/dev. A dialog pops out asking me to choose between installing Xcode and downloading command line tools. I choose the latter and after they are installed I run configure again, and it shows Failed to determine

RFR: 8044235: src.zip should include all sources

2014-05-28 Thread Omair Majid
Hi, Webrev: http://cr.openjdk.java.net/~omajid/webrevs/8044235-src-zip-include-all/00/ The src.zip file produced in an OpenJDK build contains the code for a subset of the Java class library. Developers who wish to debug their program and step into the source of a class that's part of the Java

Re: xcodebuild necessary on Mac?

2014-05-28 Thread Wang Weijun
On May 28, 2014, at 23:43, David DeHaven david.deha...@oracle.com wrote: I just installed a brand new Mavericks and go straight to 'bash configure' for jdk9/dev. A dialog pops out asking me to choose between installing Xcode and downloading command line tools. I choose the latter and

Re: xcodebuild necessary on Mac?

2014-05-28 Thread Henry Jen
On 05/28/2014 07:15 PM, Wang Weijun wrote: On the other hand, it looks like xcodebuild is not always installed. IIRC, this is what trigger the dialog ask what do you want to install. Can you find out where is your xcodebuild located and what does it return with xcodebuild -version?