aboutsummaryrefslogtreecommitdiff
path: root/libjava/link.cc
AgeCommit message (Expand)Author
2009-03-12[multiple changes]Andrew Haley
2008-08-22re PR libgcj/8995 (race cases in interpreter)Andrew Haley
2008-03-13natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey
2008-01-18re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Alexandre Oliva
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-03-23link.cc (_Jv_Linker::resolve_method_entry): Ensure that the argument types an...Gary Benson
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-01-25link.cc (_Jv_Linker::wait_for_state): Add JVMTI CLASS_PREPARE notification.Keith Seitz
2007-01-10natDouble.cc (toString): Added parens.Tom Tromey
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-06-08jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley
2006-06-05re PR libgcj/27860 (build failure on m68k: error: 'ffi_closure' does not name...Andreas Schwab
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley
2006-05-04re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey
2006-03-07* link.cc: Include ffi.h if USE_LIBFFI defined.David Daney
2006-02-21link.cc: Added variant of create_error_method that will not complain about un...Robert Schuster
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey
2006-02-032006-02-03 Robert Schuster <robertschuster@fsfe.org>Robert Schuster
2006-02-03re PR libgcj/26073 (libjava fails to compile)Robert Schuster
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley
2005-10-13re PR java/24251 (BC-compiled interfaces in libgcj can't be called from non-B...Andrew Haley
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey
2005-05-13[multiple changes]Bryce McKinlay
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey
2005-03-07re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey
2005-02-19link.cc (make_vtable): Remove abstract method check.Tom Tromey
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey
2005-02-02* link.cc: Include <stdio.h>Hans Boehm
2005-01-10re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey
2004-12-01no-threads.h (_Jv_ThreadDestroyData): Removed argument name.Tom Tromey
2004-11-29* link.cc (link_symbol_table): Do not use intptr_t.Eric Botcazou
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey