summaryrefslogtreecommitdiff
path: root/libjava/java/lang/Thread.java
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose
2007-02-16Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter const...David Daney
2007-02-16[multiple changes]Andrew Haley
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-08-14Imported GNU Classpath 0.92Mark Wielaard
2006-08-14Thread.java (accessControlState): New field.Gary Benson
2006-06-09re PR libgcj/27730 (Thread.getId() needs implemented)Tom Tromey
2006-05-18Imported GNU Classpath 0.90Mark Wielaard
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey
2005-01-13re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch
2004-10-18Math.java, [...]: Reworked import statements, HTML in javadocs and modifier o...Michael Koch
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch
2004-02-05Thread.java: Reordered fields...Michael Koch
2004-01-23Class.java, [...]: Merged copyright with classpath.Michael Koch
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn
2003-08-07Thread.java (Thread): Check for null "name" from start of private constructor...Bryce McKinlay
2003-02-24ClassLoader.java (defineClass(byte[],int,int)): Deprecate.Tom Tromey
2003-02-22New docs for Thread.java, and little tweaks identified by japi.Anthony Green
2002-10-07Thread.java (setDaemon): Check startable_flag, not isAlive().Mark Wielaard
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey
2002-01-04Thread.java (stop): No longer synchronized.Tom Tromey
2001-10-02Makefile.am (core_java_source_files): add InheritableThreadLocalMark Wielaard
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-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay
2000-12-15* java/lang/Thread.java (checkAccess): Now final.Tom Tromey
2000-11-27Makefile.in: Rebuilt.Tom Tromey
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay
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-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-12-27Commit forgotten Thread.java patch.Bryce McKinlay
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey
1999-04-07Initial revisionTom Tromey