Re: Review request: 8047387: Generate different version of java.policy file for windows 32-bit and 64-bit

2014-06-19 Thread Mandy Chung
On 6/19/14 12:02 PM, Tim Bell wrote: Hi Mandy: The jar files for access bridge are different on windows-i586 and windows-amd64. Need to be able to generate different version of java.policy for windows-i586 and windows-amd64 JDK. This patch copies different copy according to its target OS/CPU.

Re: Review request: 8047387: Generate different version of java.policy file for windows 32-bit and 64-bit

2014-06-19 Thread Tim Bell
Hi Mandy: The jar files for access bridge are different on windows-i586 and windows-amd64. Need to be able to generate different version of java.policy for windows-i586 and windows-amd64 JDK. This patch copies different copy according to its target OS/CPU. Webrev at: http://cr.openjdk.java.ne

Review request: 8047387: Generate different version of java.policy file for windows 32-bit and 64-bit

2014-06-19 Thread Mandy Chung
The jar files for access bridge are different on windows-i586 and windows-amd64. Need to be able to generate different version of java.policy for windows-i586 and windows-amd64 JDK. This patch copies different copy according to its target OS/CPU. Webrev at: http://cr.openjdk.java.net/~mchung/

Re: OS X configure ignores --with-tools-dir

2014-06-19 Thread David DeHaven
There's some changes in 9 that should be backported to 8u so developers on 10.9 will be able to build. JDK-8043340 (that I just pushed to 9) is one, but it's dependent on at least one other change. -DrD- > Attempting to build JDK 8 on Mavericks I found the same problem: > > $ sh configure --w

Re: OS X configure ignores --with-tools-dir

2014-06-19 Thread Brian Burkhalter
Attempting to build JDK 8 on Mavericks I found the same problem: $ sh configure --with-debug-level=fastdebug --with-tools-dir=/Applications/Xcode4.app/Contents/Developer/usr/bin […] checking for gcc... /Applications/Xcode4.app/Contents/Developer/usr/bin/gcc configure: Resolving CC (as /Applicati

Re: [9] Review Request: 8047336 Read flavormap.properties as resource

2014-06-19 Thread Petr Pchelko
Hello, Alan. Thank you for the review. > Do we know if anyone has been editing the file in ${java.home}/lib? I couldn't find any examples on the internet although I've done a very extensive search, so I we could add a property later if someone would request it. With best regards. Petr. On 19

[9] Review Request: 8047336 Read flavormap.properties as resource

2014-06-19 Thread Petr Pchelko
Hello, Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8047336 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8047336/webrev.00/ This is another step in datatransfer modularization work. This part of the work needs a CCC, so I've moved it out to a s

Re: [9] Review Request: 8047336 Read flavormap.properties as resource

2014-06-19 Thread Alan Bateman
On 19/06/2014 12:17, Petr Pchelko wrote: Hello, Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8047336 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8047336/webrev.00/ This is another step in datatransfer modularization work. This part of the work