< 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,11 +159,10 @@
  * 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.
< prev index next >