< prev index next >

src/hotspot/share/prims/jvm.h

Print this page

        

*** 272,281 **** --- 272,287 ---- /* 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 >