summaryrefslogtreecommitdiff
path: root/libjava/link.cc
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Andrew Haley2009-03-121-1/+1
* re PR libgcj/8995 (race cases in interpreter)Andrew Haley2008-08-221-25/+51
* natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey2008-03-131-40/+33
* re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Alexandre Oliva2008-01-181-3/+5
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-2/+6
* link.cc (_Jv_Linker::resolve_method_entry): Ensure that the argument types an...Gary Benson2007-03-231-8/+34
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-071-12/+23
* link.cc (_Jv_Linker::wait_for_state): Add JVMTI CLASS_PREPARE notification.Keith Seitz2007-01-251-63/+77
* natDouble.cc (toString): Added parens.Tom Tromey2007-01-101-11/+13
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-97/+120
* jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley2006-06-081-26/+63
* re PR libgcj/27860 (build failure on m68k: error: 'ffi_closure' does not name...Andreas Schwab2006-06-051-3/+3
* prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley2006-05-101-1/+2
* re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey2006-05-041-15/+0
* link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay2006-04-291-6/+1
* lang.c (java_init): Handle flag_indirect_classes.Andrew Haley2006-04-241-0/+36
* re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey2006-03-151-9/+17
* * link.cc: Include ffi.h if USE_LIBFFI defined.David Daney2006-03-071-0/+4
* link.cc: Added variant of create_error_method that will not complain about un...Robert Schuster2006-02-211-14/+18
* Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay2006-02-091-26/+21
* link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay2006-02-081-2/+2
* PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey2006-02-081-53/+69
* 2006-02-03 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-02-031-1/+1
* re PR libgcj/26073 (libjava fails to compile)Robert Schuster2006-02-031-45/+54
* 2006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-02-011-33/+158
* Object.h (throwNoSuchMethodError): New method.Andrew Haley2005-12-081-18/+58
* re PR java/24251 (BC-compiled interfaces in libgcj can't be called from non-B...Andrew Haley2005-10-131-2/+3
* re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey2005-09-061-1/+1
* class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey2005-08-171-2/+1
* re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey2005-06-151-4/+5
* [multiple changes]Bryce McKinlay2005-05-131-4/+2
* re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley2005-04-291-8/+16
* jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey2005-04-051-2/+7
* link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey2005-03-171-10/+1
* re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey2005-03-071-23/+28
* link.cc (make_vtable): Remove abstract method check.Tom Tromey2005-02-191-35/+16
* re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey2005-02-191-0/+12
* Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey2005-02-171-17/+23
* * link.cc: Include <stdio.h>Hans Boehm2005-02-021-0/+2
* re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey2005-01-101-153/+119
* no-threads.h (_Jv_ThreadDestroyData): Removed argument name.Tom Tromey2004-12-011-0/+1
* * link.cc (link_symbol_table): Do not use intptr_t.Eric Botcazou2004-11-291-2/+2
* link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley2004-11-271-1/+10
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-0/+1764