gcc/libjava/java/net
Gary Benson ded9dbb894 re PR libgcj/28340 (gij ignores -Djava.security.manager)
2006-08-07  Gary Benson  <gbenson@redhat.com>

	PR libgcj/28340:
	* java/lang/ClassLoader.java (clinit): Install a default
	security manager if java.security.manager is defined.
	(getParent, getSystemClassLoader): Use the correct stack
	frame during security checks.
	* java/net/URLClassLoader.java (findClass): Avoid calling
	this.toString() during VM initialization.
	(runtimeInitialized): New method.
	* java/net/natURLClassLoader.cc: New file.
	* Makefile.am (nat_source_files): Added the above.
	* Makefile.in: Rebuilt.

From-SVN: r115999
2006-08-07 14:48:59 +00:00
..
InetAddress.java InetAddress.java: Throw an UnknownHostException if lookup fails. 2006-04-07 15:42:07 +00:00
natInetAddressNoNet.cc 2003-11-30 Jeff Sturm <jsturm@one-point.com> 2003-11-30 21:02:56 +00:00
natInetAddressPosix.cc natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopbackAddress. 2004-08-14 07:04:52 +02:00
natInetAddressWin32.cc natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopbackAddress. 2004-08-14 07:04:52 +02:00
natURLClassLoader.cc re PR libgcj/28340 (gij ignores -Djava.security.manager) 2006-08-07 14:48:59 +00:00
natVMNetworkInterfaceNoNet.cc 2005-04-29 Michael Koch <konqueror@gmx.de> 2005-04-29 22:10:09 +00:00
natVMNetworkInterfacePosix.cc re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ipv6 interfaces.) 2006-08-06 22:43:05 +00:00
natVMNetworkInterfaceWin32.cc natVMNetworkInterfaceWin32.cc: Include java/net/VMNetworkInterface.h. 2005-11-14 17:19:11 +00:00
URL.java Connection.java (unquote): New method. 2005-07-14 18:20:10 +00:00
URLClassLoader.java re PR libgcj/28340 (gij ignores -Djava.security.manager) 2006-08-07 14:48:59 +00:00
VMNetworkInterface.java Update FSF address 2005-06-30 03:22:09 +00:00