8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569

Reviewed-by: dfenacci, aseoane, thartmann
This commit is contained in:
Roberto Castañeda Lozano 2025-10-29 10:49:30 +00:00
parent d8515f084d
commit 05ef8f4611

View File

@ -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);