JDK-8140239 : Fix product build after "8132168: Support IdealGraphVisualizer in optimized build"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-10-21
  • Updated: 2015-11-20
  • Resolved: 2015-10-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b92Fixed
Related Reports
Relates :  
Relates :  
Description
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.
http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/1cd251540653