On 2015-03-02 10:42, Erik Joelsson wrote:
Hello,

A race condition, possibly leading to a failed build on Solaris, was introduced with JDK-8072842. Here is a fix adding the necessary dependencies to solve this for now, until the proper solution in JDK-8064808 can be fixed.

The fix in Tools.gmk has long been needed, but happened to work because the first user of these tools used to be java.base-libs and no other native code could be compiled before it.

Bug: https://bugs.openjdk.java.net/browse/JDK-8074072
Webrev: http://cr.openjdk.java.net/~erikj/8074072/webrev.01/

/Erik

Looks like we had a race condition in the build team for fixing this as well. ;-)

Your fix does indeed seem more complete; I assume I just got lucky perhaps by changing order.

/Magnus

Reply via email to