< prev index next >

src/hotspot/share/include/jvm.h

Print this page
rev 50307 : [mq]: cont

@@ -261,10 +261,16 @@
 /* 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 jobjectArray JNICALL
 JVM_GetClassContext(JNIEnv *env);
 
< prev index next >