sources.am, [...]: Rebuilt.

* sources.am, Makefile.in: Rebuilt.
	* java/util/logging/LogManager.java: Removed.
	* java/util/logging/Logger.java (resetLogger): New method, from
	Classpath.
	* java/io/RandomAccessFile.java: Removed.
	* gnu/java/nio/channels/FileChannelImpl.java (create): New
	method.
	(FileChannelImpl): Now private.
	* java/io/FileInputStream.java: Removed.
	* java/io/FileOutputStream.java: Removed.
	* java/security/AccessControlContext.java: Removed.
	* java/lang/ThreadLocal.java: Removed.
	* java/lang/InheritableThreadLocal.java: Removed.
	* java/lang/Thread.java (locals): New field.
	(getThreadLocals): New method.
	* java/lang/natThread.cc (finish_): Clear 'locals'.

From-SVN: r113735
This commit is contained in:
Tom Tromey
2006-05-13 02:16:22 +00:00
committed by Tom Tromey
parent a2038cd64d
commit 143145daa4
14 changed files with 102 additions and 2925 deletions
+3
View File
@@ -216,6 +216,9 @@ java::lang::Thread::finish_ ()
// If a method cache was created, free it.
_Jv_FreeMethodCache();
// Clear out thread locals.
locals = NULL;
// Signal any threads that are waiting to join() us.
_Jv_MutexLock (&nt->join_mutex);