JDK-4305457 : GetThrownExceptions not implemented
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmdi
  • Affected Version: 1.3.0,1.4.2,5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic,solaris_7,windows_nt
  • CPU: generic,x86,sparc
  • Submitted: 2000-01-19
  • Updated: 2008-07-30
  • Resolved: 2003-09-17
Related Reports
Duplicate :  
Relates :  
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.sh <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, interpreted mode)

Failed to get thrown excep. err = 99
Name = <init>, sig = ()V: exception count expected: 0, got: 7802880
Failed to get thrown excep. err = 99
Name = run, sig = ([Ljava/lang/String;Ljava/io/PrintStream;)I: exception count expected: 
0, got: 
7802880
Failed to get thrown excep. err = 99
Name = check, sig = ()V: exception count expected: 0, got: 7802880
Failed to get thrown excep. err = 99
Name = meth1, sig = (I)V: exception count expected: 1, got: 7802880
Failed to get thrown excep. err = 99
Name = meth2, sig = (II)I: exception count expected: 2, got: 7802880

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

Name: pvR10198			Date: 05/27/2002


This bug also affects the following test from testbase_nsk:
    nsk/jvmdi/GetThrownExceptions/thrownex002

Pavel Vysotski <###@###.###>

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

Comments
EVALUATION comitting to Ladybird See also 4184930 JVMDI spec: Need usable versions of GetThrownExceptions and GetExceptionHandlerT ###@###.### 2001-12-03
03-12-2001