We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1be79b commit 73aadd8Copy full SHA for 73aadd8
1 file changed
ddprof-lib/src/main/cpp/flightRecorder.cpp
@@ -55,8 +55,7 @@ SharedLineNumberTable::~SharedLineNumberTable() {
55
// JVMTI_ERROR_ILLEGAL_ARGUMENT means the memory wasn't allocated by JVMTI
56
// which would be a serious bug in GetLineNumberTable
57
if (err != JVMTI_ERROR_NONE) {
58
- // Can't use Log here as we might be in destructor context
59
- // The leak will be reported by NMT if this happens
+ TEST_LOG("Unexpected error while deallocating linenumber table: %d", err);
60
}
61
62
0 commit comments