|
Quick Lists
|
|
Bug ID:
|
6697478
|
|
Votes
|
0
|
|
Synopsis
|
Still some issues with passing runtime args via JCP
|
|
Category
|
java_plugin:plugin2
|
|
Reported Against
|
|
|
Release Fixed
|
6u10(b26)
|
|
State
|
11-Closed,
Verified,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
|
|
Submit Date
|
05-MAY-2008
|
|
Description
|
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
Posted Date : 2008-05-05 06:41:54.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Old plugin code must use the 'javaws' ones as well, as the new plugin does (lately).
However, no security behavioral change shall be made to the old plugin.
It is expected that the old plugin will reach EOL (end of life) soon.
Posted Date : 2008-05-14 00:04:58.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |