On 2013-10-14 11:25, Erik Joelsson wrote:
Please review the following changes, correcting the conditions for when to build certain parts of the servicability features. Instead of guarding them with the OPENJDK variable, they need to be conditioned on the existence of the source itself.

In hotspot, this only fails on Windows. The linux makefiles already check on the existence of the source rather than if it's an OPENJDK build. This change makes windows do the same.

http://cr.openjdk.java.net/~erikj/8019540/webrev.hotspot.01/

In JDK, it fails on all platforms. There is already a configure variable, ENABLE_JFR, that seems to be set correctly for this case.

http://cr.openjdk.java.net/~erikj/8019540/webrev.jdk.01/

Looks good (but nmake syntax is possibly even worse than normal make :))

/Magnus

Reply via email to