Name: vpR10197 Date: 06/08/2004
The GetThrownExceptions and GetExceptionHandlerTable functions return
JVMDI_ERROR_NOT_IMPLEMENTED but specification passes over it in silence.
According to the following will-not-fix bugs:
4305457 GetThrownExceptions not implemented
4306835 GetExceptionHandlerTable not implemented
JVMDI_ERROR_NOT_IMPLEMENTED could be considered as legal return value.
So these functions should be specified as optional.
This bug affects the following tests:
nsk/jvmdi/GetExceptionHandlerTable/handltab001
nsk/jvmdi/GetThrownExceptions/thrownex001
======================================================================