-
Enhancement
-
Resolution: Fixed
-
P4
-
9, 10, 11, 16
-
b02
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8287985 | 11.0.17-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b01 |
JDK-8287176 | 11.0.16 | Martin Doerr | P4 | Resolved | Fixed | b04 |
Right now when you use IGVPrintLevel in a directive file you also need to specify -XX:+PrintIdealGraph on the command line for it to take effect.
This is especially problematic if one is trying to add this directive through jcmd and PrintIdealGraph was not set at startup, since then you will need to restart the JVM.
This is especially problematic if one is trying to add this directive through jcmd and PrintIdealGraph was not set at startup, since then you will need to restart the JVM.
- backported by
-
JDK-8287176 Compiler Control: IGVPrintLevel directive should set PrintIdealGraph
- Resolved
-
JDK-8287985 Compiler Control: IGVPrintLevel directive should set PrintIdealGraph
- Resolved
- relates to
-
JDK-8046155 JEP 165: Compiler Control
- Closed