gcc/libjava/java/lang
Gary Benson da0f033486 SecurityManager.java (getSecurityContext, [...]): Merge with Classpath.
2006-08-07  Gary Benson  <gbenson@redhat.com>
	    Casey Marshall <csm@gnu.org>

	* java/lang/SecurityManager.java (getSecurityContext,
	checkPermission, checkAccess, checkRead, checkConnect,
	checkPackageAccess, checkPackageDefinition, checkPackageList):
	Merge with Classpath.
	(SecurityContext): Remove.


Co-Authored-By: Casey Marshall <csm@gnu.org>

From-SVN: r115998
2006-08-07 14:42:48 +00:00
..
ref
reflect natField.cc (getAddr): Allow setting of final field when it is accessible. 2006-06-22 16:59:15 +00:00
Character.java unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
Class.h class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
Class.java * java/lang/Class.java (getClassLoaderInternal): Now native. 2006-06-09 21:33:32 +00:00
ClassLoader.java
EcosProcess.java
Math.java re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
natCharacter.cc unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
natClass.cc natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_UNUSED for HAVE_TLS == 0. 2006-05-21 00:03:19 +02:00
natClassLoader.cc class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
natDouble.cc
natEcosProcess.cc
natFloat.cc
natMath.cc re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
natObject.cc
natPosixProcess.cc
natRuntime.cc
natString.cc OutputStreamWriter.java (writeChars): Use a 'do' loop. 2006-06-27 20:38:10 +00:00
natStringBuffer.cc
natStringBuilder.cc
natSystem.cc win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
natThread.cc natThread.cc (_Jv_ThreadGetData): New function. 2006-07-21 18:50:48 +00:00
natVMClassLoader.cc re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is not enabled) 2006-05-05 15:05:20 +00:00
natVMSecurityManager.cc
natVMThrowable.cc prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the end of the function. 2006-07-28 07:40:17 +00:00
natWin32Process.cc
Object.h
Object.java
Package.java
PosixProcess.java
Runtime.java re PR classpath/26990 (SecurityManager.checkExit() problem) 2006-04-04 23:25:09 +00:00
SecurityManager.java SecurityManager.java (getSecurityContext, [...]): Merge with Classpath. 2006-08-07 14:42:48 +00:00
String.java String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
StringBuffer.java
StringBuilder.java
System.java win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
Thread.java re PR libgcj/27730 (Thread.getId() needs implemented) 2006-06-09 21:37:32 +00:00
VMClassLoader.java VMClassLoader.java (initialize): Set default library control to LIB_NEVER. 2006-05-31 17:47:44 +00:00
VMCompiler.java SystemClassLoader.java (addClass): Get the value of package-private field "loadedClasses" using reflection. 2006-04-11 17:23:00 +01:00
VMDouble.java
VMFloat.java
VMSecurityManager.java
VMThrowable.java prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the end of the function. 2006-07-28 07:40:17 +00:00
Win32Process.java