Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143456 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
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
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
- backported by
-
JDK-8143456 Fix product build after "8132168: Support IdealGraphVisualizer in optimized build"
-
- Resolved
-
- relates to
-
JDK-8141424 [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds
-
- Resolved
-
-
JDK-8140424 don't prefix developer and notproduct flag variables with CONST_ in product builds
-
- Resolved
-