src/java.base/share/native/libjli/java.c
changeset 58280 ef8c8cf9256a
parent 55193 5f9ef936707c
child 58679 9c3209ff7550
child 59323 ae2eb76c486d
--- a/src/java.base/share/native/libjli/java.c	Tue Sep 24 08:54:39 2019 +0200
+++ b/src/java.base/share/native/libjli/java.c	Fri Sep 20 10:28:48 2019 +0200
@@ -338,9 +338,6 @@
     /* 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);
 }
 /*