-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.1
-
mantis
-
generic
-
generic
-
Verified
Name: vpR10197 Date: 08/12/2002
------------------------------------------------------------------------------
Test : nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009
Test Base : testbase_nsk
VM : ServerVM, ClientVM
Mode : comp, int, mixed
Platform (s) : solx86, linux, solsparc, win
OS : 5.8, RH7.2, NT/2000
JDK : 1.4.0-FCS, 1.4.1-b18
------------------------------------------------------------------------------
The bug is reproduced since Merlin-FCS.
The test provokes the JDI method com.sun.jdi.VirtualMachine.redefineClasses()
to throw the UnsupportedOperationException, trying to add constructor modifiers
when canUnrestrictedlyRedefineClasses() method returns false. Required
UnsupportedOperationException is not thrown.
The test checks two different cases for suspended debugee and not
suspended one.
The test consists of the following files:
redefineclasses009.java - debugger
redefineclasses009a.java - initial debugee
newclassXX/redefineclasses009a.java - redefining debugees
and will be available in release r16 of the testbase_nsk.
Steps to reproduce
==================
1. cd /net/sqesvr.sfbay/export/vsn/GammaBase/Bugs/<BugID>
2. sh doit.sh $JAVA_HOME
The test produces the following output:
TEST BEGINS
===========
<<<Debugee is suspended>>>
--------------------------
adding <public> modifier to constructor>>>
class-file :newclass01/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.klass
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***Debugee is suspended
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <public> modifier to constructor
>return to the previous state...
class-file :/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.class
adding <protected> modifier to constructor>>>
class-file :newclass02/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.klass
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <protected> modifier to constructor
>return to the previous state...
class-file :/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.class
adding <private> modifier to constructor>>>
class-file :newclass03/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.klass
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <private> modifier to constructor
>return to the previous state...
class-file :/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.class
<<<Debugee is not suspended>>>
------------------------------
adding <public> modifier to constructor>>>
class-file :newclass01/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.klass
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***Debugee is not suspended
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <public> modifier to constructor
>return to the previous state...
class-file :/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.class
adding <protected> modifier to constructor>>>
class-file :newclass02/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.klass
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <protected> modifier to constructor
>return to the previous state...
class-file :/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.class
adding <private> modifier to constructor>>>
class-file :newclass03/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.klass
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <private> modifier to constructor
>return to the previous state...
class-file :/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009a.class
=============
TEST FINISHES
debugee.stderr> completed succesfully.
debugee> expected Debugee's exit status - 95
Test finished. exitStatus = 2
#>
#> SUMMARY: Following errors occured
#> during test execution:
#>
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***Debugee is suspended
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <public> modifier to constructor
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <protected> modifier to constructor
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <private> modifier to constructor
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***Debugee is not suspended
# ERROR: debugger FAILURE> ***--------------------------
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <public> modifier to constructor
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <protected> modifier to constructor
# ERROR: debugger FAILURE> ***UnsupportedOperationException is not thrown
# ERROR: debugger FAILURE> *** while adding <private> modifier to constructor
exit code = 97
======================================================================