aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Thread.java
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-1358/+0
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose1-7/+10
2007-02-16Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter const...David Daney1-4/+23
2007-02-16[multiple changes]Andrew Haley1-4/+41
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway1-0/+3
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-48/+216
2006-08-14Imported GNU Classpath 0.92Mark Wielaard1-0/+13
2006-08-14Thread.java (accessControlState): New field.Gary Benson1-0/+5
2006-06-09re PR libgcj/27730 (Thread.getId() needs implemented)Tom Tromey1-1/+24
2006-05-18Imported GNU Classpath 0.90Mark Wielaard1-0/+149
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey1-1/+22
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey1-1/+1
2005-01-13re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch1-2/+6
2004-10-18Math.java, [...]: Reworked import statements, HTML in javadocs and modifier o...Michael Koch1-2/+2
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay1-1/+2
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch1-70/+77
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch1-264/+260
2004-02-05Thread.java: Reordered fields...Michael Koch1-86/+101
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