Skip to content

Commit c9038f0

Browse files
committed
Reinstate done label
Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
1 parent 4724967 commit c9038f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/jvmti/jvmtiThreadGroup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jvmtiGetThreadGroupInfo(jvmtiEnv* env,
111111
info_ptr->max_priority = J9VMJAVALANGTHREADGROUP_MAXPRIORITY(currentThread, threadGroupObject);
112112
info_ptr->is_daemon = (jboolean)J9VMJAVALANGTHREADGROUP_ISDAEMON(currentThread, threadGroupObject);
113113
}
114-
114+
done:
115115
vm->internalVMFunctions->internalReleaseVMAccess(currentThread);
116116
}
117117
}

0 commit comments

Comments
 (0)