JDK-4305454 : GetThrownExceptions not implemented (win32)
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmdi
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2000-01-19
  • Updated: 2001-11-08
  • Resolved: 2001-11-08
Related Reports
Duplicate :  
Relates :  
Description

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

======================================================================

Comments
EVALUATION committing to Ladybird
11-06-2004