< prev index next >

src/java.base/share/native/libjli/java.h

Print this page
rev 56298 : 8231171: remove remaining sun.java.launcher.pid references

*** 159,169 **** * Block current thread and continue execution in new thread. */ int CallJavaMainInNewThread(jlong stack_size, void* args); /* sun.java.launcher.* platform properties. */ - void SetJavaLauncherPlatformProps(void); void SetJavaCommandLineProp(char* what, int argc, char** argv); void SetJavaLauncherProp(void); /* * Functions defined in java.c and used in java_md.c. --- 159,168 ----
< prev index next >