-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_09
-
b04
-
generic
-
generic
Wrong Run time parameter "javaplugin.classloader.cache.enabled=false" given in test instructions.
Testcase : 5023873
Location : <Regression-Workspace>/test/CTE_REGTEST/Generic/5023873
Test instructions displayed as below
*******************************************************************************
TEST - 5023873
-- "javaplugin.classloader.cache.enabled=false" does not work
Fixed in JDK1.4.2_09
Make sure that proper Java Plug-in is installed in the test machine
Instructions:
1. Open Java Plug-in Control Panel and enter the following into
Java Runtime Parameters
javaplugin.classloader.cache.enabled=false
Click 'Apply' to accept the change
2. Open a browser and load the following page
http://jpseuwt-ap/testcases/Sample/Plug-inTag.html
make sure that Java Console window pops up
3. Click on Java Console window and press key '1'
4. Click 'Refress/Reload' menu in the browser about 10-15 times
5. Check the trace statements in Java Console
should see something like ..
Releasing classloader: sun.plugin.ClassLoaderInfo@xxxxxx, refcount=0
....
....
Referencing classloader: sun.plugin.ClassLoaderInfo@xxxxxx, refcount=1
The hex address after sun.plugin.ClassLoaderInfo@ is important
Check:
Test will PASS if -
there should never be more that one pair of statements (Referencing followed
by releasing) for any one classloader address
means a different classloader address is used for every Reference address
Test will FAIL if -
there are more than one pair of those statements and/or
the same address was always used following sun.plugin.ClassLoaderInfo@
Remove the Java Runtime Parameter, set on step 1
Close the browser
Press 'pass' if it passed otherwise press 'fail'
*******************************************************************************
###@###.### 2005-07-08 07:47:51 GMT
Testcase : 5023873
Location : <Regression-Workspace>/test/CTE_REGTEST/Generic/5023873
Test instructions displayed as below
*******************************************************************************
TEST - 5023873
-- "javaplugin.classloader.cache.enabled=false" does not work
Fixed in JDK1.4.2_09
Make sure that proper Java Plug-in is installed in the test machine
Instructions:
1. Open Java Plug-in Control Panel and enter the following into
Java Runtime Parameters
javaplugin.classloader.cache.enabled=false
Click 'Apply' to accept the change
2. Open a browser and load the following page
http://jpseuwt-ap/testcases/Sample/Plug-inTag.html
make sure that Java Console window pops up
3. Click on Java Console window and press key '1'
4. Click 'Refress/Reload' menu in the browser about 10-15 times
5. Check the trace statements in Java Console
should see something like ..
Releasing classloader: sun.plugin.ClassLoaderInfo@xxxxxx, refcount=0
....
....
Referencing classloader: sun.plugin.ClassLoaderInfo@xxxxxx, refcount=1
The hex address after sun.plugin.ClassLoaderInfo@ is important
Check:
Test will PASS if -
there should never be more that one pair of statements (Referencing followed
by releasing) for any one classloader address
means a different classloader address is used for every Reference address
Test will FAIL if -
there are more than one pair of those statements and/or
the same address was always used following sun.plugin.ClassLoaderInfo@
Remove the Java Runtime Parameter, set on step 1
Close the browser
Press 'pass' if it passed otherwise press 'fail'
*******************************************************************************
###@###.### 2005-07-08 07:47:51 GMT