summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natObject.cc
AgeCommit message (Expand)Author
2005-08-12re PR libgcj/23353 (clone() copies internal lock data with hash synchronizati...Morgan Deters
2005-05-14re PR libgcj/21557 (Hash synchronization: Thread.interrupt() can make _Jv_Mon...Bryce McKinlay
2005-01-05natObject.cc (_Jv_ObjectCheckMonitor): Initialize the sync_info element of th...Eric Botcazou
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm
2004-08-12re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent()...Hans Boehm
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay
2003-10-23natObject.cc (_Jv_ObjectCheckMonitor): Use _Jv_MutexCheckMonitor instead of a...Rainer Orth
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn
2003-03-15* java/lang/natObject.cc (JV_SYNC_HASH): replace signed % by &.Hans Boehm
2003-03-02natObject.cc: Don't include assert.h.Tom Tromey
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth
2002-12-31re PR libgcj/8997 (spin() calls Thread.sleep)Tom Tromey
2002-10-21aclocal.m4 (CHECK_FOR_BROKEN_MINGW_LD): addedAdam Megacz
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay
2002-01-25natObject.cc (X86 compare_and_swap): Use +m constraint.Bryce McKinlay
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers
2001-10-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm
2001-08-10* java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.Loren J. Rittle
2001-07-23configure.host: Enable hash synchronization for alpha*-*.Jeff Sturm
2001-05-24configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey
2001-05-24[multiple changes]Tom Tromey
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay
2000-03-07All files: Updated copyright information.Tom Tromey
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-12-24natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-05-10* java/lang/natObject.cc (sync_init): Use _Jv_AllocBytesChecked.Tom Tromey
1999-04-07Initial revisionTom Tromey