Skip to content

Commit

Permalink
Merge pull request #21026 from mstoodle/missing_trace_point
Browse files Browse the repository at this point in the history
Add missing exit tracepoint in performVerification
  • Loading branch information
pshipton authored Jan 28, 2025
2 parents 8ba9385 + 9a418b8 commit 3042721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/vm/ClassInitialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ performVerification(J9VMThread *currentThread, J9Class *clazz)
}
}
done:
Trc_VM_performVerification_Exit(currentThread);
return;
}

Expand Down

0 comments on commit 3042721

Please sign in to comment.