jdk/src/java.base/share/native/libjli/java.h
changeset 29742 b73f38796859
parent 28771 2885fb2e1002
child 30467 075f4f160f19
equal deleted inserted replaced
29741:da2598cb299e 29742:b73f38796859
   142  * as appropriate.
   142  * as appropriate.
   143  */
   143  */
   144 void JLI_ReportExceptionDescription(JNIEnv * env);
   144 void JLI_ReportExceptionDescription(JNIEnv * env);
   145 void PrintMachineDependentOptions();
   145 void PrintMachineDependentOptions();
   146 
   146 
   147 const char *jlong_format_specifier();
       
   148 
       
   149 /*
   147 /*
   150  * Block current thread and continue execution in new thread
   148  * Block current thread and continue execution in new thread
   151  */
   149  */
   152 int ContinueInNewThread0(int (JNICALL *continuation)(void *),
   150 int ContinueInNewThread0(int (JNICALL *continuation)(void *),
   153                         jlong stack_size, void * args);
   151                         jlong stack_size, void * args);