-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.0
-
x86
-
windows_nt
Name: dkC59003 Date: 01/18/2000
The HotSpot VM 1.3.0rc1-S JVMDI fails the test nsk/jvmdi/GetThrownExceptions/thrownex001
from testbase_nsk as function GetThrownExceptions returns
JVMDI_ERROR_NOT_IMPLEMENTED.
Classic works fine.
To reproduce the bug run
doit.bat <jdk root directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
The test outputs:
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-R)
Java HotSpot(TM) Client VM (build 1.3.0rc1-S, mixed mode)
Failed to get thrown excep. err = 99
Name = <init>, sig = ()V: exception count expected: 0, got: 7810116
Failed to get thrown excep. err = 99
Name = run, sig = ([Ljava/lang/String;Ljava/io/PrintStream;)I: exception count expected:
0, got: 7810116
Failed to get thrown excep. err = 99
Name = check, sig = ()V: exception count expected: 0, got: 7810116
Failed to get thrown excep. err = 99
Name = meth1, sig = (I)V: exception count expected: 1, got: 7810116
Failed to get thrown excep. err = 99
Name = meth2, sig = (II)I: exception count expected: 2, got: 7810116
======================================================================
- duplicates
-
JDK-4305457 GetThrownExceptions not implemented
- Closed
- relates to
-
JDK-4327280 some interface functions are not implemented
- Closed