-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b04
-
x86
-
windows_vista
-
Not verified
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
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
- relates to
-
JDK-7051942 System properties defined in applet "java_arguments" parameter are not passed through correctly
-
- Resolved
-