< prev index next >

src/hotspot/share/runtime/sharedRuntime.hpp

Print this page
rev 50307 : [mq]: cont

@@ -435,10 +435,13 @@
                               int total_args_passed,
                               int comp_args_on_stack,
                               const BasicType *sig_bt,
                               const VMRegPair *regs);
 
+
+  static jlong continuation_getFP(JavaThread *thread);
+
   // OSR support
 
   // OSR_migration_begin will extract the jvm state from an interpreter
   // frame (locals, monitors) and store the data in a piece of C heap
   // storage. This then allows the interpreter frame to be removed from the
< prev index next >