index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libjava
/
java
/
lang
/
natThread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* configure.ac (INTERPRETER): New AM_CONDITIONAL.
daney
2007-07-31
1
-0
/
+7
*
* java/lang/Thread.java (Thread(ThreadGroup, Runnable, String)): Pass
daney
2007-02-16
1
-2
/
+2
*
* java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
kseitz
2007-01-17
1
-0
/
+11
*
* java/lang/natThread.cc (finalize_native): Remove cast.
tromey
2007-01-17
1
-2
/
+2
*
Merged gcj-eclipse branch to trunk.
tromey
2007-01-09
1
-28
/
+72
*
boehm-gc
tromey
2006-08-21
1
-1
/
+5
*
* java/lang/natThread.cc (_Jv_ThreadGetData): New function.
kseitz
2006-07-21
1
-0
/
+7
*
2006-05-29 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim
2006-05-29
1
-9
/
+13
*
* sources.am, Makefile.in: Rebuilt.
tromey
2006-05-13
1
-0
/
+3
*
* java/lang/natThread.cc (finish_): Don't clear 'group'.
tromey
2006-01-06
1
-3
/
+1
*
PR libgcj/23367:
tromey
2005-09-27
1
-1
/
+4
*
PR libgcj/22211:
tromey
2005-06-29
1
-3
/
+11
*
2005-01-13 Graydon Hoare <graydon@redhat.com>
graydon
2005-01-14
1
-0
/
+1
*
2005-01-13 Michael Koch <konqueror@gmx.de>
mkoch
2005-01-13
1
-0
/
+2
*
* java/lang/natThread.cc (finalize_native): Destroy
membar
2004-09-11
1
-0
/
+6
*
* gcj.texi (Object allocation): Remove _Jv_AllocBytes.
bryce
2004-05-28
1
-5
/
+2
*
2004-03-09 Michael Koch <konqueror@gmx.de>
mkoch
2004-03-09
1
-9
/
+0
*
2003-10-21 Jerry Quinn <jlquinn@optonline.net>
jlquinn
2003-10-21
1
-0
/
+8
*
* Makefile.in: Rebuilt.
tromey
2002-04-10
1
-1
/
+16
*
* Makefile.am: New friends for java/lang/Thread.h.
bryce
2001-08-26
1
-15
/
+36
*
Implement invocation interface; don't create new thread for main.
bothner
2001-05-22
1
-2
/
+60
*
* exception.cc (java_eh_info): Make value type jthrowable.
rth
2001-03-26
1
-10
/
+10
*
For boehm-gc:
bryce
2000-12-30
1
-6
/
+19
*
2000-06-21 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-06-21
1
-1
/
+1
*
2000-05-18 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-05-18
1
-2
/
+1
*
JVMPI changes...
green
2000-04-02
1
-0
/
+73
*
* Makefile.in: New #defines and friends for Thread.h.
bryce
2000-03-28
1
-132
/
+32
*
* All files: Updated copyright information.
tromey
2000-03-07
1
-1
/
+1
*
* include/java-interp.h: Don't include MethodInvocation.h.
tromey
2000-03-02
1
-5
/
+23
*
* java/lang/natThread.cc (dumpStack): Removed.
bryce
2000-02-15
1
-9
/
+0
*
* gnu/gcj/jni/natNativeThread.cc: New file.
tromey
2000-02-10
1
-2
/
+28
*
2000-02-10 Andrew Haley <aph@cygnus.com>
aph
2000-02-10
1
-2
/
+5
*
* All files: Updated copyright to reflect Cygnus purchase.
tromey
2000-01-19
1
-1
/
+1
*
1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
bryce
1999-12-24
1
-6
/
+10
*
* java/lang/natThread.cc (destroy): Removed incorrect comment.
tromey
1999-11-05
1
-2
/
+0
*
* java/lang/natThread.cc (stop): Removed argument name.
tromey
1999-11-05
1
-1
/
+1
*
* include/quick-threads.h (_Jv_ThreadCancel): Removed.
tromey
1999-11-04
1
-6
/
+1
*
* configure: Rebuilt.
tromey
1999-09-10
1
-1
/
+3
*
* java/lang/natThread.cc (class locker): New class.
tromey
1999-08-19
1
-7
/
+31
*
* java/lang/ThreadGroup.java: Fixed now-erroneous comment.
tromey
1999-08-18
1
-0
/
+2
*
* java/lang/natThread.cc (sleep): Turn 0 millis and 0 nanos into 1
tromey
1999-08-18
1
-0
/
+3
*
Initial revision
tromey
1999-04-07
1
-0
/
+295