aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2007-01-282007-01-28 Michele Sandri <gpointorama@gmail.com>Michele Sandri2-7/+47
2007-01-27re PR libgcj/30513 (Bootstrap failure with libgcj on sparc-sun-solaris2.10)Andreas Tobler3-8/+43
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz2-14/+110
2007-01-27Makefile.am (generic_header_files): Add $(inner_nat_headers).Jakub Jelinek5-15/+150
2007-01-26libjavaTom Tromey41-69/+78
2007-01-26re PR libgcj/29594 (jv-convert with no args NPE)Tom Tromey3-9/+13
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz4-7/+43
2007-01-25configure, [...]: Rebuilt.Andrew Haley10-110/+49
2007-01-25jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz5-1/+236
2007-01-25libjava.exp (exec_gij): Change [ to { in if statement.Kyle Galloway1-4/+6
2007-01-25Kyle Galloway 2007-01-25 <kgallowa@redhat.com>Kyle Galloway1-0/+6
2007-01-25jvmti-interp.exp: New file.Kyle Galloway2-0/+202
2007-01-25link.cc (_Jv_Linker::wait_for_state): Add JVMTI CLASS_PREPARE notification.Keith Seitz2-63/+82
2007-01-25interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz3-3/+39
2007-01-24prims.cc (_Jv_RunMain): Send JVMTI event notifications for VM_INIT and VM_DEA...Keith Seitz2-11/+16
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz2-2/+37
2007-01-24natVMStackWalker.cc: Call InitClass everywhere.Andrew Haley4-37/+59
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel2-4/+9
2007-01-23Arrays.java (binarySearch): Change comparison order.Marco Trudel4-3/+10
2007-01-23re PR libgcj/30550 (Missing dependencies for ecjx target)H.J. Lu3-3/+14
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz2-2/+13
2007-01-23Class.h (_Jv_GetClassStatus): Declare.Keith Seitz4-3/+49
2007-01-23configure: Rebuilt.Tom Tromey3-2/+7
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey15-54/+255
2007-01-22* libtool-version: Bump current to 9.Tom Tromey2-1/+5
2007-01-22locks.h (write_barrier): New.Andrew Haley2-0/+12
2007-01-21Makefile.am (install-exec-hook): Use transformed name.Matthias Klose3-4/+9
2007-01-20Makefile.am, [...]: Install into nativeexeclibdir instead of gcjversionedlibdir.Matthias Klose5-78/+70
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz2-3/+8
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz2-23/+34
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz2-2/+8
2007-01-18jni.cc (_Jv_JNI_FindClass): Initialize class.Marco Trudel7-1/+64
2007-01-18configure: Rebuilt.Tom Tromey3-4/+9
2007-01-18natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc.Gary Benson14-64/+93
2007-01-17* tools/gnu/classpath/tools/javah/PathOptionGroup.javaTom Tromey7-1/+11
2007-01-17Makefile.in: Rebuilt.Andrew Haley3-2/+7
2007-01-17natThread.cc (finish_): Add JVMTI ThreadEnd notification.Keith Seitz2-0/+16
2007-01-17ChangeLog rotationTom Tromey3-13264/+13264
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth50-208/+472
2007-01-17natVMDirectByteBufferImpl.cc: Renamed from java/nio/natDirectByteBufferImpl.cc.Gary Benson4-8/+15
2007-01-17MappedByteBuffer.java: Removed.Gary Benson1-1/+2
2007-01-17jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.Marco Trudel2-7/+10
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey3-4/+11
2007-01-16natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value.Keith Seitz4-2/+9
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz2-0/+33
2007-01-16jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway7-1/+250
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz2-10/+14
2007-01-15MappedByteBuffer.java: Removed.Gary Benson5-91/+7
2007-01-15URLClassLoader.java: Removed.Gary Benson28-1459/+224
2007-01-14ld-symbolic.m4: New.H.J. Lu9-17/+111