-
Enhancement
-
Resolution: Duplicate
-
P4
-
17
Add a new igv_print_immediately, which called from the debugger. It prints the current method immediately. This differs from other igv_print* methods, it creates a well-formed and complete ideal graph xml immediately, while others accomplish their ideal graph xml when VM exists (i.e. destructor of `IdealGraphPrinter::_printer`). If VM crashes before VM exit, the ideal graph xml will be ill-formed, this is fairly a common case when debugging another crash.
- duplicates
-
JDK-8265106 IGV: Enforce en-US locale while parsing ideal graph
-
- Resolved
-
- relates to
-
JDK-8244207 Simplify usage of Compile::print_method() when debugging with gdb and enable its use with rr
-
- Resolved
-
- links to
-
Review openjdk/jdk/3071