< prev index next >

src/java.base/share/native/libjava/Thread.c

Print this page

        

@@ -54,11 +54,11 @@
     {"interrupt0",       "()V",        (void *)&JVM_Interrupt},
     {"isInterrupted",    "(Z)Z",       (void *)&JVM_IsInterrupted},
     {"holdsLock",        "(" OBJ ")Z", (void *)&JVM_HoldsLock},
     {"getThreads",        "()[" THD,   (void *)&JVM_GetAllThreads},
     {"dumpThreads",      "([" THD ")[[" STE, (void *)&JVM_DumpThreads},
-    {"setNativeName",    "(" STR ")V", (void *)&JVM_SetNativeThreadName},
+    {"setNativeName",    "(" STR "Z)V", (void *)&JVM_SetNativeThreadName},
 };
 
 #undef THD
 #undef OBJ
 #undef STE
< prev index next >