Run the jni tests using the interpreter.
[gcc.git] / libjava / interpret.cc
2004-04-16 Bryce McKinlayinterpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocO...
2003-10-14 Paolo Bonziniinterpret.cc (_Jv_InterpMethod::run): Don't use libffi...
2003-01-24 Tom Tromeydefineclass.cc (handleMethodsEnd): Precompute code...
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
2002-12-06 Tom Tromeyjava-interp.h (class _Jv_InterpMethod): Added JV_MARKOB...
2002-11-26 Tom Tromeyverify.cc (type::compatible): Check initialization...
2002-10-08 Ulrich Weigandinterpret.cc (_Jv_InterpMethod::run): Use UINT32 instea...
2002-08-29 Tom Tromeyjvm.h (struct _Jv_frame_info): New structure.
2002-06-24 Tom Tromeyverify.cc (branch_prepass): Updated for change to excep...
2002-04-26 Tom Tromeyverify.cc (construct_primitive_array_type): New case.
2002-02-10 Andreas Toblerinterpret.cc (continue1): Use PUSHL, not PUSHI.
2002-02-08 Tom Tromeyinterpret.cc (convert): New function.
2002-01-12 Chris Searsinterpret.cc (NULLARRAYCHECK): New macro.
2002-01-08 Chris Searsinterpret.cc (ARRAYBOUNDSCHECK): New macro.
2001-10-16 Bryce McKinlayEliminate use of C++ static constructors.
2001-09-21 Richard Hendersonjvm.h (_Jv_VTable): Handle function descriptors for...
2001-03-26 Richard Hendersonexception.cc (java_eh_info): Make value type jthrowable.
2001-02-15 Anthony Greendefineclass.cc: Don't include alloca.h.
2001-02-12 Jeff Sturminterpret.cc (continue1): [insn_invokevirtual] Do an...
2000-10-20 Tom TromeyFrom Arno J. Klaassen:
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-09-14 Alexandre Olivadefineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
2000-08-02 Bryce McKinlay[multiple changes]
2000-07-28 Andrew Haleyinterpret.cc (continue1): Insert missing break into...
2000-05-31 Bryce McKinlaycni.h: Include <string.h>.
2000-05-19 Tom TromeyJumbo patch:
2000-03-26 Tom Tromey[multiple changes]
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-03-02 Tom Tromeyjava-interp.h: Don't include MethodInvocation.h.
2000-02-11 Tom Tromeyinterpret.cc (continue1): Use STOREA, not STOREI, to...
2000-02-10 Andrew Haleyinterpret.cc: Don't include fdlibm.h.
2000-02-08 Tom Tromeyinterpret.cc (PUSHL): Don't use expression statement.
2000-01-26 Tom Tromeyinterpret.cc (run): Don't call println.
2000-01-19 Tom Tromey* interpret.cc (PC_REGISTER_ASM): Removed.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-09-01 Tom TromeyModifier.java (ALL_FLAGS): New constant.
1999-08-20 Kresten Krab Thorupinterpret.cc (continue1): Implement explicit dispatch...
1999-08-18 Kresten Krab ThorupnatClassLoader.cc (_Jv_PrepareCompiledClass): Renamed...
1999-08-10 Anthony Green[multiple changes]
1999-08-08 Anthony Green[multiple changes]