< prev index next >

src/java.base/share/native/include/jvm.h

Print this page

        

*** 246,255 **** --- 246,258 ---- JNIEXPORT jobjectArray JNICALL JVM_GetAllThreads(JNIEnv *env, jclass dummy); JNIEXPORT void JNICALL + JVM_SetNativeThreadName0(const char *name); + + JNIEXPORT void JNICALL JVM_SetNativeThreadName(JNIEnv *env, jobject jthread, jstring name); /* getStackTrace() and getAllStackTraces() method */ JNIEXPORT jobjectArray JNICALL JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray threads);
< prev index next >