mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Reviewed-by: dfenacci, aseoane, thartmann
This commit is contained in:
parent
d8515f084d
commit
05ef8f4611
@ -161,6 +161,7 @@ void IdealGraphPrinter::init(const char* file_name, bool use_multiple_files, boo
|
||||
_current_method = nullptr;
|
||||
_network_stream = nullptr;
|
||||
_append = append;
|
||||
_parse = nullptr;
|
||||
|
||||
if (file_name != nullptr) {
|
||||
init_file_stream(file_name, use_multiple_files);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user