diff options
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 44 |
1 files changed, 31 insertions, 13 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index e351f65efb7..f6c0ed0004f 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,21 @@ +2007-02-16 Kyle Galloway <kgallowa@redhat.com> + + * interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot + variables to maintain type info. + * interpret-run.cc: Add local variable info to frame in the debug + interpreter. + * jvmti.cc (getLocalFrame): New method. + (_Jv_JVMTI_GetLocalObject): New method. + (_Jv_JVMTI_GetLocallInt): New method. + (_Jv_JVMTI_GetLocalFloat): New method. + (_Jv_JVMTI_GetLocalLong): New method. + (_Jv_JVMTI_GetLocalDouble): New method. + (_Jv_JVMTI_SetLocalObject): New method. + (_Jv_JVMTI_SetLocalInt): New method. + (_Jv_JVMTI_SetLocalFloat): New method. + (_Jv_JVMTI_SetLocalLong): New method. + (_Jv_JVMTI_SetLocalDouble): New method. + 2007-02-16 Gary Benson <gbenson@redhat.com> * gnu/gcj/tools/gcj_dbtool/Main.java @@ -20,19 +38,19 @@ 2007-02-15 Kyle Galloway <kgallowa@redhat.com> * interpret.cc (_Jv_InterpMethod::check_handler): New method. - * interpret-run.cc: Change the catch section to report exception - events and to use the new check_handler method. - * include/java-interp.h (_Jv_InterpMethod): Add check_handler. - * gnu/gcj/jvmti/ExceptionEvent.java: New file. - * gnu/gcj/jvmti/ExceptionEvent.h: New file. - * gnu/gcj/jvmti/natExceptionEvent.cc: New file. - * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New - file. - * sources.am: Added ExceptionEvent.java. - * Makefile.am: Added natExceptionEvent.cc - * Makefile.in: Regenerated. - * include/Makefile.in: Regenerated. - * gcj/Makefile.in: Regenerated. + * interpret-run.cc: Change the catch section to report exception + events and to use the new check_handler method. + * include/java-interp.h (_Jv_InterpMethod): Add check_handler. + * gnu/gcj/jvmti/ExceptionEvent.java: New file. + * gnu/gcj/jvmti/ExceptionEvent.h: New file. + * gnu/gcj/jvmti/natExceptionEvent.cc: New file. + * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New + file. + * sources.am: Added ExceptionEvent.java. + * Makefile.am: Added natExceptionEvent.cc + * Makefile.in: Regenerated. + * include/Makefile.in: Regenerated. + * gcj/Makefile.in: Regenerated. 2007-02-15 Johannes Schmidt <jschmidt@avtrex.com> David Daney <ddaney@avtrex.com> |

