From 3d7b0460e77de43f63da632516f7e55364339099 Mon Sep 17 00:00:00 2001 From: Kyle Galloway Date: Tue, 15 Aug 2006 21:04:05 +0000 Subject: Forgot to commit changelog with last patch. 2006-08-15 Kyle Galloway * ChangeLog: Added entry for previous patch From-SVN: r116168 --- libjava/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index fe6746d..aaaf60f 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,20 @@ +2006-07-28 Kyle Galloway + + * include/java-interp.h (_Jv_InterpMethod::run_debug): New method. + * interpret.cc: Added placeholder for debug variable type info to STORE* + macros. + (_Jv_InterpMethod::run_debug): New method. + (_Jv_InterpMethod::run_sync_object_debug): New method. + (_Jv_InterpMethod::run_sync_class_debug): New method. + (_Jv_InterpMethod::run_normal_debug): New method. + (_Jv_InterpMethod::run_class_debug): New method. + (_Jv_InterpMethod::ncode ()): Changed to select either debug or normal + versions of these functions. + * interpret-run.cc: New file, holds contents of old + _Jv_InterpMethod::run method. + * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Changed to select + appropriate function for debug or normal mode. + 2006-08-14 Mark Wielaard Imported GNU Classpath 0.92 -- cgit v1.1