aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2006-05-18source.am, [...]: Rebuilt.Tom Tromey5-39/+87
2006-05-18special.exp (gcj_special_pr21115): Renamed.Tom Tromey2-3/+78
2006-05-18Imported GNU Classpath 0.90Mark Wielaard1640-104442/+126119
2006-05-17re PR libgcj/27352 (SecurityManager.checkPermission() called unnecessarily)Bryce McKinlay2-7/+26
2006-05-15Fix typo in the last commit. Sorry.Andreas Tobler1-1/+1
2006-05-15stacktrace.cc (StackTrace::FillInFrameInfo): Use UNWRAP_FUNCTION_DESCRIPTOR t...Andreas Tobler2-3/+10
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey6-98/+41
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey4-926/+7
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey5-581/+18
2006-05-13java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration.Tom Tromey2-1/+5
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey14-2925/+102
2006-05-11NameFinder.java (lookup): If exec'ing addr2line fails, don't try again.Bryce McKinlay2-3/+12
2006-05-11NameFinder.java (blacklist): New static field.Bryce McKinlay2-1/+20
2006-05-11re PR java/20418 (ICE if variable name is omitted in an initialiser and a qua...David Daney3-0/+13
2006-05-11natSharedLibLoader.cc (init): Remove debugging line.Andrew Haley2-1/+5
2006-05-10natClassLoader.cc: Add comments.Andrew Haley2-0/+28
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley7-21/+119
2006-05-06jni.exp (gcj_jni_compile_c_to_so): Add check for HP-UX and add appropriate ex...Andreas Tobler3-8/+24
2006-05-05re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is ...Tom Tromey2-1/+22
2006-05-04[multiple changes]Andrew Haley5-3/+42
2006-05-04re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey3-23/+19
2006-05-04Class.h (JV_STATE_LOADING): Added comment.Tom Tromey6-16/+67
2006-05-04re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley2-2/+5
2006-05-02libjava.exp (test_libjava): Test bytecode->native -findirect-dispatch compila...Bryce McKinlay2-0/+11
2006-05-01configure.ac: Simplify the mmap check a bit more.Andreas Tobler4-107/+10
2006-05-01boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR before calling...Roger Sayle2-3/+11
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay5-47/+40
2006-04-28configure.ac: Add an additional checks for dladdr and dlopen on dld.Andreas Tobler3-5/+176
2006-04-25natSharedLibLoader.cc: Include gc.h later.Tom Tromey2-6/+17
2006-04-25natClassLoader.cc: Don't include link.h or dladdr.h.Andrew Haley3-8/+8
2006-04-24* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.Tom Tromey2-5/+16
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley10-41/+279
2006-04-23configure.ac: Weaken the check for MMAP.Andreas Tobler4-385/+51
2006-04-21re PR libgcj/27170 (Deadlock in garbage collector)Bryce McKinlay2-0/+11
2006-04-20re PR libgcj/21941 (NPE in Socket.connect())Tom Tromey3-4/+21
2006-04-19Makefile.in: Rebuilt.Tom Tromey3-5/+8
2006-04-19natFileChannelPosix.cc (write): Properly handle EINTR.Tom Tromey2-1/+7
2006-04-17re PR libgcj/27171 (UTF8 PrintWriter goes haywire)Tom Tromey4-8/+57
2006-04-17stringconst2.java: Print a stack trace in case of failure.Andreas Tobler2-1/+7
2006-04-13re PR libgcj/26522 (gcc-4.1.0-RC{1,2} install headers into a top-level (root)...Tom Tromey3-0/+12
2006-04-12re PR libgcj/23829 (FreeBSD 5 support for libjava)NAKATA Maho3-8/+13
2006-04-11SystemClassLoader.java (addClass): Get the value of package-private field "lo...Bryce McKinlay3-7/+28
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose2-1/+6
2006-04-10x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.Andrew Haley3-10/+113
2006-04-08configure: Rebuilt.Andreas Tobler2-1/+6
2006-04-07InetAddress.java: Throw an UnknownHostException if lookup fails.Andrew Haley2-0/+8
2006-04-06acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specifi...Andreas Tobler2-0/+6
2006-04-05re PR libgcj/26625 (libgcj-4.2.0.jar not rebuilt after a source file change)Tom Tromey6-2/+17
2006-04-05configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since E...Ranjit Mathew2-0/+7
2006-04-05re PR libgcj/25414 (should update rmic)Archit Shah7-90/+293