Relates :
|
On Windows Vista, a JNLP applet is always "relaunched" due to mismatch JVM arguments although the applet didn't specify any new JVM arguments. The "relaunch" has a side-effect of performing the following steps twice in the java plugin code which may have an impact on startup performance: handleMessageStartApplet StartAppletRunner Plugin2Manager.start AppletExecutionRunnable
|