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

2014-06-02 Thread Phil Race
Looks good to me. This has been a constant pain so I am very happy to see it fixed -phil. On 6/2/2014 4:58 AM, Erik Joelsson wrote: A friendly reminder that this still needs to be reviewed. /Erik On 2014-05-23 12:31, Erik Joelsson wrote: Hello, This patch attempts to fix a build problem in

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

2014-06-02 Thread Tim Bell
Hi Erik: Looks good to me. Tim A friendly reminder that this still needs to be reviewed. /Erik On 2014-05-23 12:31, Erik Joelsson wrote: 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 separ

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

2014-06-02 Thread Erik Joelsson
A friendly reminder that this still needs to be reviewed. /Erik On 2014-05-23 12:31, Erik Joelsson wrote: 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

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