summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2007-02-05jvmti.cc (_envListLock): Change type to ReentrantReadWriteLock.Keith Seitz
2007-02-05Proxy.java (equals): Handle case where address==null.Tom Tromey
2007-02-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-05testsuite/Makefile.am (compile-tests): Fix typo.Matthias Klose
2007-02-02natClass.cc (initializeClass): Re-throw SecurityExceptions.Andrew Haley
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway
2007-02-02configure.ac (libjava_cv_anon_version_script): New test.Jakub Jelinek
2007-02-02makemake.tcl: Replace gnu/xml build with build of all its subpackages.David Daney
2007-02-01* java/lang/ClassLoader.java (getResources): No longer final.Tom Tromey
2007-02-01LogManager.java (loggers): Genericized.Tom Tromey
2007-02-01Calendar.java: Implement Comparable<Calendar>.Tom Tromey
2007-02-01jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz
2007-02-01Makefile.in: Rebuilt.Tom Tromey
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz
2007-01-31jvmti-interp.exp (gij_jvmti_test_one): Add -shared-libgcc to the cxxflaglist ...Andreas Tobler
2007-01-31scripts.am, [...]: Rebuilt.Tom Tromey
2007-01-31getmethodname.h: New file.Keith Seitz
2007-01-31prims.cc (_Jv_Abort): fflush (stderr).Andrew Haley
2007-01-31configure, [...]: Rebuilt.Tom Tromey
2007-01-31re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ...Tom Tromey
2007-01-31* resource/gnu/classpath/tools/jar/messages.propertiesTom Tromey
2007-01-30Makefile.in: Rebuilt.Tom Tromey
2007-01-30natevents.cc (FieldModificationCB): Use a cast to print it right.Andreas Tobler
2007-01-30re PR libgcj/30600 (gnu.gcj.convert.BytesToCharsetAdaptor calculates bad argu...Kaloian Doganov
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway
2007-01-29interpret.cc (run_debug): Remove comment.Tom Tromey
2007-01-29configure, [...]: Rebuilt.Tom Tromey
2007-01-29Makefile.in: Rebuilt.Tom Tromey
2007-01-29Checking in updated class fileTom Tromey
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz
2007-01-29SecurityManager.java: Load and initialize java.security.Security.Andrew Haley
2007-01-29SecurityManager.java: Load and initialize java.security.Security.Andrew Haley
2007-01-29natClass.cc (initializeClass): Re-throw SecurityExceptions.Andrew Haley
2007-01-282007-01-28 Michele Sandri <gpointorama@gmail.com>Michele Sandri
2007-01-27re PR libgcj/30513 (Bootstrap failure with libgcj on sparc-sun-solaris2.10)Andreas Tobler
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-27Makefile.am (generic_header_files): Add $(inner_nat_headers).Jakub Jelinek
2007-01-26libjavaTom Tromey
2007-01-26re PR libgcj/29594 (jv-convert with no args NPE)Tom Tromey
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz
2007-01-25configure, [...]: Rebuilt.Andrew Haley
2007-01-25jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz
2007-01-25libjava.exp (exec_gij): Change [ to { in if statement.Kyle Galloway
2007-01-25Kyle Galloway 2007-01-25 <kgallowa@redhat.com>Kyle Galloway
2007-01-25jvmti-interp.exp: New file.Kyle Galloway
2007-01-25link.cc (_Jv_Linker::wait_for_state): Add JVMTI CLASS_PREPARE notification.Keith Seitz
2007-01-25interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz
2007-01-24prims.cc (_Jv_RunMain): Send JVMTI event notifications for VM_INIT and VM_DEA...Keith Seitz
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-24natVMStackWalker.cc: Call InitClass everywhere.Andrew Haley