Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Mar 16, 2021
1 parent 26c12ac commit 068364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/jvmtiEnvThreadState.cpp
Expand Up @@ -260,7 +260,7 @@ class GetCurrentLocationClosure : public HandshakeClosure {
RegisterMap rm(jt, false);
// There can be a race condition between a handshake
// and the target thread exiting from Java execution.
// We must recheck the last Java frame still exists.
// We must recheck that the last Java frame still exists.
if (!jt->is_exiting() && jt->has_last_Java_frame()) {
javaVFrame* vf = jt->last_java_vframe(&rm);
if (vf != NULL) {
Expand Down

0 comments on commit 068364b

Please sign in to comment.