aboutsummaryrefslogtreecommitdiff
path: root/libjava/link.cc
AgeCommit message (Expand)AuthorFilesLines
2007-03-23link.cc (_Jv_Linker::resolve_method_entry): Ensure that the argument types an...Gary Benson1-8/+34
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-12/+23
2007-01-25link.cc (_Jv_Linker::wait_for_state): Add JVMTI CLASS_PREPARE notification.Keith Seitz1-63/+77
2007-01-10natDouble.cc (toString): Added parens.Tom Tromey1-11/+13
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-97/+120
2006-06-08jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley1-26/+63
2006-06-05re PR libgcj/27860 (build failure on m68k: error: 'ffi_closure' does not name...Andreas Schwab1-3/+3
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley1-1/+2
2006-05-04re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey1-15/+0
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay1-6/+1
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-0/+36
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey1-9/+17
2006-03-07* link.cc: Include ffi.h if USE_LIBFFI defined.David Daney1-0/+4
2006-02-21link.cc: Added variant of create_error_method that will not complain about un...Robert Schuster1-14/+18
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay1-26/+21
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay1-2/+2
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey1-53/+69
2006-02-032006-02-03 Robert Schuster <robertschuster@fsfe.org>Robert Schuster1-1/+1
2006-02-03re PR libgcj/26073 (libjava fails to compile)Robert Schuster1-45/+54
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster1-33/+158
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley1-18/+58
2005-10-13re PR java/24251 (BC-compiled interfaces in libgcj can't be called from non-B...Andrew Haley1-2/+3
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey1-1/+1
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey1-2/+1
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-4/+5
2005-05-13[multiple changes]Bryce McKinlay1-4/+2
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-8/+16
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-2/+7
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey1-10/+1
2005-03-07re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey1-23/+28
2005-02-19link.cc (make_vtable): Remove abstract method check.Tom Tromey1-35/+16
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey1-0/+12
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey1-17/+23
2005-02-02* link.cc: Include <stdio.h>Hans Boehm1-0/+2
2005-01-10re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey1-153/+119
2004-12-01no-threads.h (_Jv_ThreadDestroyData): Removed argument name.Tom Tromey1-0/+1
2004-11-29* link.cc (link_symbol_table): Do not use intptr_t.Eric Botcazou1-2/+2
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley1-1/+10
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+1764