summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natThread.cc
Commit message (Expand)AuthorAgeFilesLines
* * configure.ac (INTERPRETER): New AM_CONDITIONAL.daney2007-07-311-0/+7
* * java/lang/Thread.java (Thread(ThreadGroup, Runnable, String)): Passdaney2007-02-161-2/+2
* * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.kseitz2007-01-171-0/+11
* * java/lang/natThread.cc (finalize_native): Remove cast.tromey2007-01-171-2/+2
* Merged gcj-eclipse branch to trunk.tromey2007-01-091-28/+72
* boehm-gctromey2006-08-211-1/+5
* * java/lang/natThread.cc (_Jv_ThreadGetData): New function.kseitz2006-07-211-0/+7
* 2006-05-29 Thomas Fitzsimmons <fitzsim@redhat.com>fitzsim2006-05-291-9/+13
* * sources.am, Makefile.in: Rebuilt.tromey2006-05-131-0/+3
* * java/lang/natThread.cc (finish_): Don't clear 'group'.tromey2006-01-061-3/+1
* PR libgcj/23367:tromey2005-09-271-1/+4
* PR libgcj/22211:tromey2005-06-291-3/+11
* 2005-01-13 Graydon Hoare <graydon@redhat.com>graydon2005-01-141-0/+1
* 2005-01-13 Michael Koch <konqueror@gmx.de>mkoch2005-01-131-0/+2
* * java/lang/natThread.cc (finalize_native): Destroymembar2004-09-111-0/+6
* * gcj.texi (Object allocation): Remove _Jv_AllocBytes.bryce2004-05-281-5/+2
* 2004-03-09 Michael Koch <konqueror@gmx.de>mkoch2004-03-091-9/+0
* 2003-10-21 Jerry Quinn <jlquinn@optonline.net>jlquinn2003-10-211-0/+8
* * Makefile.in: Rebuilt.tromey2002-04-101-1/+16
* * Makefile.am: New friends for java/lang/Thread.h.bryce2001-08-261-15/+36
* Implement invocation interface; don't create new thread for main.bothner2001-05-221-2/+60
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-261-10/+10
* For boehm-gc:bryce2000-12-301-6/+19
* 2000-06-21 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-06-211-1/+1
* 2000-05-18 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-05-181-2/+1
* JVMPI changes...green2000-04-021-0/+73
* * Makefile.in: New #defines and friends for Thread.h.bryce2000-03-281-132/+32
* * All files: Updated copyright information.tromey2000-03-071-1/+1
* * include/java-interp.h: Don't include MethodInvocation.h.tromey2000-03-021-5/+23
* * java/lang/natThread.cc (dumpStack): Removed.bryce2000-02-151-9/+0
* * gnu/gcj/jni/natNativeThread.cc: New file.tromey2000-02-101-2/+28
* 2000-02-10 Andrew Haley <aph@cygnus.com>aph2000-02-101-2/+5
* * All files: Updated copyright to reflect Cygnus purchase.tromey2000-01-191-1/+1
* 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>bryce1999-12-241-6/+10
* * java/lang/natThread.cc (destroy): Removed incorrect comment.tromey1999-11-051-2/+0
* * java/lang/natThread.cc (stop): Removed argument name.tromey1999-11-051-1/+1
* * include/quick-threads.h (_Jv_ThreadCancel): Removed.tromey1999-11-041-6/+1
* * configure: Rebuilt.tromey1999-09-101-1/+3
* * java/lang/natThread.cc (class locker): New class.tromey1999-08-191-7/+31
* * java/lang/ThreadGroup.java: Fixed now-erroneous comment.tromey1999-08-181-0/+2
* * java/lang/natThread.cc (sleep): Turn 0 millis and 0 nanos into 1tromey1999-08-181-0/+3
* Initial revisiontromey1999-04-071-0/+295