r116167 - in /trunk/libjava: include/java-inter...

kgallowa@gcc.gnu.org kgallowa@gcc.gnu.org
Tue Aug 15 20:40:00 GMT 2006


Author: kgallowa
Date: Tue Aug 15 20:40:10 2006
New Revision: 116167

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116167
Log:
2006-08-15  Kyle Galloway  <kgallowa@redhat.com>

  * 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.

Added:
    trunk/libjava/interpret-run.cc
Modified:
    trunk/libjava/include/java-interp.h
    trunk/libjava/interpret.cc
    trunk/libjava/stacktrace.cc



More information about the Gcc-cvs mailing list