diff options
author | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-02 22:49:59 +0000 |
---|---|---|
committer | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-02 22:49:59 +0000 |
commit | b5d578024eba018428e02880e812548a67e2f459 (patch) | |
tree | aeaeb369f3dc7b1214392be4abcc073d0adb6358 /libjava/gcj | |
parent | 80b8963ec4bf6d9b7be9573e3b584fbcf0a6a2ce (diff) | |
download | gcc-b5d578024eba018428e02880e812548a67e2f459.tar.gz |
* Makefile.am (core_java_source_files): add InheritableThreadLocal
* Makefile.in: regenerate
* gcj/javaprims.h: ditto
* java/lang/InheritableThreadLocal.java: new class from Classpath
* java/lang/Thread.java Thread (Thread, ThreadGroup, Runnable, String):
call InheritableThreadLocal.newChildThread()
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45979 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gcj')
-rw-r--r-- | libjava/gcj/javaprims.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/gcj/javaprims.h b/libjava/gcj/javaprims.h index aa7c51e8e02..f9cac09f5f2 100644 --- a/libjava/gcj/javaprims.h +++ b/libjava/gcj/javaprims.h @@ -162,6 +162,7 @@ extern "Java" class IllegalThreadStateException; class IncompatibleClassChangeError; class IndexOutOfBoundsException; + class InheritableThreadLocal; class InstantiationError; class InstantiationException; class Integer; |