Skip to content

Commit

Permalink
remove newly added trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
sspitsyn committed Oct 27, 2024
1 parent c75836c commit 22e8ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/jvmtiImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ javaVFrame *VM_VirtualThreadGetOrSetLocal::get_java_vframe() {
_result = JVMTI_ERROR_THREAD_NOT_SUSPENDED;
return nullptr;
}
javaVFrame* jvf = JvmtiEnvBase::get_vthread_jvf(_vthread_h());
javaVFrame* jvf = JvmtiEnvBase::get_vthread_jvf(_vthread_h());

int d = 0;
while ((jvf != nullptr) && (d < _depth)) {
Expand Down

0 comments on commit 22e8ab7

Please sign in to comment.