-
Bug
-
Resolution: Fixed
-
P2
-
6u10
-
b26
-
generic
-
windows
-
Verified
Build Tested : 6u10 b-23
Issues related to passing of runtime args via JCP got FIXED as part of bug 6685605 in b-23 but it has been noticed that bug has not FIXED properly. Mainly we have 2 following important issus which needs to be addressed ASAP:
1) Passing runtime args via JCP is not working at all for old Plug-in. This is a regression
2) For new Plug-in , not all paramaters are getting passed correctly e.g. -verbose
Steps to reproduce:
------------------
Issue #1
1) Invoke JCP > Advanced > Java Plug-in
- Uncheck option "Enable the next generation Plug-in" and "Apply" changes
- GO to JCP > Java > Java Applet runtime Settings > View
- Set runtime settings as -Xint
2) Run following applet inside the browser
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/runtimeArgs/TestApplet.html
- If the VM info is getting displayed as "mixed mode" then issue #1 is reproduced
Close the browser
3) Invoke JCP > Advanced > Java Plug-in
- Check option "Enable the next generation Plug-in"
4) Run the same applet again inside the browser
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/runtimeArgs/TestApplet.html
- This time one can notice that everything is working correctly as VM info is getting displayed as "interpreted mode"
Issue #2
1) Invoke JCP > Java > Java Applet runtime Settings > View
- Set runtime settings as -verbose
- Save changes
2) Invoke same applet again unside th ebrowser
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/runtimeArgs/TestApplet.html
If a windows console does not open up conatniing outputs all the method calls, classes etc. then issue #2 is reproduced
Issues related to passing of runtime args via JCP got FIXED as part of bug 6685605 in b-23 but it has been noticed that bug has not FIXED properly. Mainly we have 2 following important issus which needs to be addressed ASAP:
1) Passing runtime args via JCP is not working at all for old Plug-in. This is a regression
2) For new Plug-in , not all paramaters are getting passed correctly e.g. -verbose
Steps to reproduce:
------------------
Issue #1
1) Invoke JCP > Advanced > Java Plug-in
- Uncheck option "Enable the next generation Plug-in" and "Apply" changes
- GO to JCP > Java > Java Applet runtime Settings > View
- Set runtime settings as -Xint
2) Run following applet inside the browser
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/runtimeArgs/TestApplet.html
- If the VM info is getting displayed as "mixed mode" then issue #1 is reproduced
Close the browser
3) Invoke JCP > Advanced > Java Plug-in
- Check option "Enable the next generation Plug-in"
4) Run the same applet again inside the browser
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/runtimeArgs/TestApplet.html
- This time one can notice that everything is working correctly as VM info is getting displayed as "interpreted mode"
Issue #2
1) Invoke JCP > Java > Java Applet runtime Settings > View
- Set runtime settings as -verbose
- Save changes
2) Invoke same applet again unside th ebrowser
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/runtimeArgs/TestApplet.html
If a windows console does not open up conatniing outputs all the method calls, classes etc. then issue #2 is reproduced
- relates to
-
JDK-6749040 Runtime settings are not applied in classic Plug-In with "-rc2" version string
-
- Closed
-