summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natThread.cc
Commit message (Expand)AuthorAgeFilesLines
* Makefile.def: Remove libjava.Andrew Haley2016-09-301-534/+0
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-0/+7
* Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter const...David Daney2007-02-161-2/+2
* natThread.cc (finish_): Add JVMTI ThreadEnd notification.Keith Seitz2007-01-171-0/+11
* natThread.cc (finalize_native): Remove cast.Tom Tromey2007-01-171-2/+2
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-28/+72
* re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay2006-08-211-1/+5
* natThread.cc (_Jv_ThreadGetData): New function.Keith Seitz2006-07-211-0/+7
* natThread.cc (countStackFrames): Do not throw UnsupportedOperationException.Thomas Fitzsimmons2006-05-291-9/+13
* sources.am, [...]: Rebuilt.Tom Tromey2006-05-131-0/+3
* natThread.cc (finish_): Don't clear 'group'.Tom Tromey2006-01-061-3/+1
* re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey2005-09-271-1/+4
* re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey2005-06-291-3/+11
* jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare2005-01-141-0/+1
* re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch2005-01-131-0/+2
* natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar2004-09-111-0/+6
* gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay2004-05-281-5/+2
* 2004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-091-9/+0
* posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn2003-10-211-0/+8
* Makefile.in: Rebuilt.Tom Tromey2002-04-101-1/+16
* Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay2001-08-261-15/+36
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-211-2/+60
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-251-10/+10
* For boehm-gc:Bryce McKinlay2000-12-301-6/+19
* ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay2000-06-211-1/+1
* Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay2000-05-181-2/+1
* JVMPI changes...Anthony Green2000-04-021-0/+73
* Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay2000-03-281-132/+32
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
* java-interp.h: Don't include MethodInvocation.h.Tom Tromey2000-03-021-5/+23
* natThread.cc (dumpStack): Removed.Bryce McKinlay2000-02-151-9/+0
* natNativeThread.cc: New file.Tom Tromey2000-02-101-2/+28
* interpret.cc: Don't include fdlibm.h.Andrew Haley2000-02-101-2/+5
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
* natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay1999-12-241-6/+10
* * java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey1999-11-051-2/+0
* natThread.cc (stop): Removed argument name.Tom Tromey1999-11-051-1/+1
* quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1999-11-041-6/+1
* configure: Rebuilt.Tom Tromey1999-09-101-1/+3
* natThread.cc (class locker): New class.Tom Tromey1999-08-191-7/+31
* ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey1999-08-181-0/+2
* natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey1999-08-181-0/+3
* Initial revisionTom Tromey1999-04-071-0/+295