Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
	* Makefile.am (core_java_source_files): Added
	RuntimePermission.java.
	* java/lang/RuntimePermission.java: Imported from Classpath.
	* java/lang/Thread.java (getContextClassLoader): Now
	synchronized.  Added security code.
	(setContextClassLoader): Likewise.

From-SVN: r37772
This commit is contained in:
Tom Tromey 2000-11-27 04:07:48 +00:00 committed by Tom Tromey
parent 2721806e98
commit 0cf17a8051
8 changed files with 241 additions and 37 deletions

View file

@ -426,4 +426,3 @@ public abstract class ClassLoader {
return null;
}
}