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

Erik Joelsson erik.joelsson at oracle.com
Fri May 23 10:31:42 UTC 2014


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
Webrev: http://cr.openjdk.java.net/~erikj/8043160/webrev.jdk.01/

/Erik



More information about the build-dev mailing list