RFR(XS): 8140239: Fix product build after "8132168: Support IdealGraphVisualizer in optimized build"
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Oct 21 12:50:06 UTC 2015
Hi,
After "8132168: Support IdealGraphVisualizer in optimized build" the product build is broken:
compilerDirectives.cpp:181: error: 'PrintIdealGraphLevel' was not declared in this scope
8132168 changes the flag from 'develop' to 'notproduct'. 'Notproduct' does not define
"const intx PrintIdealGraphLevel = 0;" in the product build, as 'develop' did.
I fixed this by wrapping the flag with NOT_PRODUCT:
http://cr.openjdk.java.net/~goetz/webrevs/8140239-prodBld/webrev.00/
Please review this change. I please need a sponsor.
Best regards,
Goetz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20151021/0a7c4448/attachment.html>
More information about the hotspot-compiler-dev
mailing list