summaryrefslogtreecommitdiff
path: root/libjava/link.cc
Commit message (Expand)AuthorAgeFilesLines
* 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