< prev index next >

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

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

@@ -336,13 +336,10 @@
     SetJavaCommandLineProp(what, argc, argv);
 
     /* Set the -Dsun.java.launcher pseudo property */
     SetJavaLauncherProp();
 
-    /* set the -Dsun.java.launcher.* platform properties */
-    SetJavaLauncherPlatformProps();
-
     return JVMInit(&ifn, threadStackSize, argc, argv, mode, what, ret);
 }
 /*
  * Always detach the main thread so that it appears to have ended when
  * the application's main method exits.  This will invoke the
< prev index next >