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

2014-05-23 Thread Erik Joelsson
Hello David, I like that you incorporate the existing sysroot settings for this. I wonder though, what is the difference between --with-macosx-sdk-path and --with-sysroot? Do we really need two parameters for this? If it's actually a sysroot, couldn't we replace all uses of this variable with

RFR: JDK-8043160: JDK 9 Build failure in accessbridge

2014-05-23 Thread Erik Joelsson
Hello, This patch attempts to fix a build problem in accessbridge. Two compile jobs are both trying to create the same header file. The fix is to separate the output directories of these jobs so that they do not interfere with each other. Bug: https://bugs.openjdk.java.net/browse/JDK-8043160

Re: [OpenJDK 2D-Dev] RFR: Allow using the system libjpeg

2014-05-23 Thread Omair Majid
* Andrew Hughes [2014-05-22 16:10]: > - Original Message - > > On 2014-05-22 02:49, Omair Majid wrote: > > > Would you mind if I did this as a separate patch? I will need to fix > > > other libraries too (libzip, and libgif). > > > > > Ok, I thought the other ones were already in this for

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

2014-05-23 Thread David DeHaven
Now that my mind is fresher and I've had my coffee... (and someones poked me in the ribs ;) MACOSX_SDK_PATH should be SDKROOT, which is what Apple uses when building via Xcode or xcodebuild, which would also promote that setting to the few remaining Xcode projects we have hanging around. We ca

Re: RFR (XS): 8043210: Add _BIG_ENDIAN define on linux/sparc

2014-05-23 Thread Mikael Vidstedt
Kumar, David - thanks for the reviews! Cheers, Mikael On 2014-05-22 19:37, David Holmes wrote: Looks good. David On 23/05/2014 6:13 AM, Mikael Vidstedt wrote: Please review the following change, destined for jdk7u-dev. The zip implementation in unpack200 depends on _BIG_ENDIAN being define

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

2014-05-23 Thread David DeHaven
Nobody should be using this any more, can I nuke it? BASIC_DEPRECATED_ARG_ENABLE(macosx-runtime-support, macosx_runtime_support) That hasn't done anything since JDK7, it was deprecated in 8 and shouldn't even be used in 8. -DrD- > > Now that my mind is fresher and I've had my coffee... (and

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

2014-05-23 Thread David DeHaven
I'm combining this fix with another as it was starting to make my head split trying to keep the two separate, they're just too closely related. I'll start another review thread for the combined patches. -DrD- > > Nobody should be using this any more, can I nuke it? > > BASIC_DEPRECATED_ARG_E