Relates :
|
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.
|