aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Thread.java
AgeCommit message (Expand)AuthorFilesLines
2004-01-23Class.java, [...]: Merged copyright with classpath.Michael Koch1-9/+37
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn1-0/+9
2003-08-07Thread.java (Thread): Check for null "name" from start of private constructor...Bryce McKinlay1-9/+4
2003-02-24ClassLoader.java (defineClass(byte[],int,int)): Deprecate.Tom Tromey1-0/+1
2003-02-22New docs for Thread.java, and little tweaks identified by japi.Anthony Green1-12/+552
2002-10-07Thread.java (setDaemon): Check startable_flag, not isAlive().Mark Wielaard1-1/+1
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey1-0/+5
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey1-2/+2
2002-01-04Thread.java (stop): No longer synchronized.Tom Tromey1-3/+3
2001-10-02Makefile.am (core_java_source_files): add InheritableThreadLocalMark Wielaard1-0/+1
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay1-2/+0
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-24/+18
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay1-6/+3
2000-12-15* java/lang/Thread.java (checkAccess): Now final.Tom Tromey1-1/+1
2000-11-27Makefile.in: Rebuilt.Tom Tromey1-6/+22
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green1-10/+20
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay1-1/+1
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay1-1/+1
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay1-12/+15
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay1-3/+1
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay1-7/+17
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-24/+2
2000-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay1-1/+5
2000-02-10natNativeThread.cc: New file.Tom Tromey1-6/+5
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-12-27Commit forgotten Thread.java patch.Bryce McKinlay1-4/+13
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1-1/+3
1999-04-07Initial revisionTom Tromey1-0/+297