src/java.base/share/native/libjli/java.c
changeset 58280 ef8c8cf9256a
parent 55193 5f9ef936707c
child 58679 9c3209ff7550
child 59323 ae2eb76c486d
equal deleted inserted replaced
58279:448fe2bfd505 58280:ef8c8cf9256a
   335     /* set the -Dsun.java.command pseudo property */
   335     /* set the -Dsun.java.command pseudo property */
   336     SetJavaCommandLineProp(what, argc, argv);
   336     SetJavaCommandLineProp(what, argc, argv);
   337 
   337 
   338     /* Set the -Dsun.java.launcher pseudo property */
   338     /* Set the -Dsun.java.launcher pseudo property */
   339     SetJavaLauncherProp();
   339     SetJavaLauncherProp();
   340 
       
   341     /* set the -Dsun.java.launcher.* platform properties */
       
   342     SetJavaLauncherPlatformProps();
       
   343 
   340 
   344     return JVMInit(&ifn, threadStackSize, argc, argv, mode, what, ret);
   341     return JVMInit(&ifn, threadStackSize, argc, argv, mode, what, ret);
   345 }
   342 }
   346 /*
   343 /*
   347  * Always detach the main thread so that it appears to have ended when
   344  * Always detach the main thread so that it appears to have ended when