< prev index next >

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

Print this page

        

*** 258,267 **** --- 258,273 ---- /* getStackTrace() and getAllStackTraces() method */ JNIEXPORT jobjectArray JNICALL JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray threads); /* + * java.lang.Continuation + */ + JNIEXPORT void JNICALL + JVM_RegisterContinuationMethods(JNIEnv *env, jclass cls); + + /* * java.lang.SecurityManager */ JNIEXPORT jclass JNICALL JVM_CurrentLoadedClass(JNIEnv *env);
< prev index next >