src/java.base/share/native/libjli/java.h
changeset 58280 ef8c8cf9256a
parent 53941 f9302cf718c9
child 59323 ae2eb76c486d
equal deleted inserted replaced
58279:448fe2bfd505 58280:ef8c8cf9256a
   159  * Block current thread and continue execution in new thread.
   159  * Block current thread and continue execution in new thread.
   160  */
   160  */
   161 int CallJavaMainInNewThread(jlong stack_size, void* args);
   161 int CallJavaMainInNewThread(jlong stack_size, void* args);
   162 
   162 
   163 /* sun.java.launcher.* platform properties. */
   163 /* sun.java.launcher.* platform properties. */
   164 void SetJavaLauncherPlatformProps(void);
       
   165 void SetJavaCommandLineProp(char* what, int argc, char** argv);
   164 void SetJavaCommandLineProp(char* what, int argc, char** argv);
   166 void SetJavaLauncherProp(void);
   165 void SetJavaLauncherProp(void);
   167 
   166 
   168 /*
   167 /*
   169  * Functions defined in java.c and used in java_md.c.
   168  * Functions defined in java.c and used in java_md.c.