summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natThread.cc
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-02-16Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter const...David Daney
2007-01-17natThread.cc (finish_): Add JVMTI ThreadEnd notification.Keith Seitz
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay
2006-07-21natThread.cc (_Jv_ThreadGetData): New function.Keith Seitz
2006-05-29natThread.cc (countStackFrames): Do not throw UnsupportedOperationException.Thomas Fitzsimmons
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare
2005-01-13re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch
2004-09-11natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn
2002-04-10Makefile.in: Rebuilt.Tom Tromey
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-12-30For boehm-gc:Bryce McKinlay
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay
2000-04-02JVMPI changes...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-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay
2000-02-10natNativeThread.cc: New file.Tom Tromey
2000-02-10interpret.cc: Don't include fdlibm.h.Andrew Haley
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-05* java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey
1999-11-05natThread.cc (stop): Removed argument name.Tom Tromey
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-08-19natThread.cc (class locker): New class.Tom Tromey
1999-08-18ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey
1999-04-07Initial revisionTom Tromey