We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6289c28 + d56338f commit 224374dCopy full SHA for 224374d
runtime/gc_glue_java/UtilGlue.c
@@ -39,7 +39,7 @@ OMR_Glue_GetVMDirectoryToken(void **token)
39
* Provides the thread name to be used when no name is given.
40
*/
41
char *
42
-OMR_Glue_GetThreadNameForUnamedThread(OMR_VMThread *vmThread)
+OMR_Glue_GetThreadNameForUnnamedThread(OMR_VMThread *vmThread)
43
{
44
OMRPORT_ACCESS_FROM_OMRVMTHREAD(vmThread);
45
return (char *)omrnls_lookup_message(
0 commit comments