Revision 3076 committed by egagnon
| Newsgroups | gmane.comp.java.vm.sablevm.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 3076 Date: 2004-11-21 20:25:43 -0500 (Sun, 21 Nov 2004) Author: egagnon Log: * Merged: svn merge -r3074:3075 /developers/egagnon/sandbox/sablevm * Wrap the exception thrown by a method invoked through reflection in an InvocationTargetException instance. Changed: U sablevm/branches/staging/src/libsablevm/bootstrap.m4.c U sablevm/branches/staging/src/libsablevm/java_lang_reflect_Method.c U sablevm/branches/staging/src/libsablevm/method_invoke.list U sablevm/branches/staging/src/libsablevm/types.h U sablevm/branches/staging/src/libsablevm/util2.c