Skip to content

Commit

Permalink
Add missing exit tracepoint in performVerification
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Stoodley <[email protected]>
  • Loading branch information
mstoodle committed Jan 27, 2025
1 parent e7c9568 commit 9a418b8
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 9a418b8

Please sign in to comment.