We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ef83e commit 07fe68fCopy full SHA for 07fe68f
1 file changed
ddprof-lib/src/main/cpp/flightRecorder.cpp
@@ -366,6 +366,7 @@ void Lookup::fillJavaMethodInfo(MethodInfo *mi, jmethodID method,
366
TEST_LOG("Failed to allocate %zu bytes for line number table copy", bytes);
367
}
368
} else {
369
+ line_number_table = nullptr; // make sure the invalid address is not used for jvmti->Deallocate
370
Counters::increment(LINE_NUMBER_TABLE_UNREADABLE);
371
372
0 commit comments