gcc/libjava/java/lang
Bryce McKinlay 28f7d9d05a decl.c (init_decl_processing): Add new class "protectionDomain" field.
gcc/java:

2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

	* decl.c (init_decl_processing): Add new class "protectionDomain"
	field.
	* class.c (make_class_data): Set initial value for "protectionDomain".

libjava:

2001-04-25  Bryce McKinlay  <bryce@albatross.co.nz>

	java.security merge and ClassLoader compliance fixes.

	* java/lang/Class.h (Class): Include ProtectionDomain.h.
	New protectionDomain field.
	(forName): Add initialize parameter. Fixes declaration to comply with
	JDK spec.
	* java/lang/natClass.cc (forName): Correct declaration of the three-arg
	variant. Honour	"initialize" flag.
	(getProtectionDomain0): New method.
	* java/lang/Class.java: Fix forName() declaration.
	(getPackage): New method based on Classpath implementation.
	(getProtectionDomain0): New native method decl.
	(getProtectionDomain): New method.
	* java/lang/ClassLoader.java (getParent): Now final.
	(definedPackages): New field.
	(getPackage): New.
	(defineClass): New variant with protectionDomain argument.
	(definePackage): New.
	(getPackages): New.
	(findSystemClass): Now final.
	(getSystemResourceAsStream): Remove redundant "final" modifier.
	(getSystemResource): Remove redundant "final" modifier.
	(getResources): Now final.
	(protectionDomainPermission): New static field.
	(unknownProtectionDomain): Ditto.
	(defaultProtectionDomain): Ditto.
	(getSystemClassLoader): Now non-native.
	* java/util/ResourceBundle.java (tryGetSomeBundle): Use the correct
	arguments for Class.forName().
	* java/lang/Package.java: New file.
	* gnu/gcj/runtime/VMClassLoader.java (getVMClassLoader): Removed.
	(instance): Static initialize singleton.
	(findClass): Override this, not findSystemClass.
	* java/lang/natClassLoader.cc (defineClass0): Set class's
	protectionDomain field as specified.
	(getSystemClassLoader): Removed.
	(findClass): Renamed from findSystemClass. Call the interpreter via
	URLClassLoader.findClass if loading class via dlopen fails.

	* java/security/*.java: java.security import/merge with Classpath.
	* java/security/acl/*.java: Likewise.
	* java/security/interfaces/*.java: Likewise.
	* java/security/spec/*.java: Likewise.
	* java/net/NetPermission.java: Likewise.
	* java/net/SocketPermission.java: Likewise.
	* gnu/java/security/provider/DefaultPolicy.java: Likewise.

	* Makefile.am: Add new classes.
	* Makefile.in: Rebuilt.
	* gcj/javaprims.h: CNI namespace rebuild.

From-SVN: r41543
2001-04-25 16:45:15 +01:00
..
ref Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00
reflect exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
AbstractMethodError.java
ArithmeticException.java
ArrayIndexOutOfBoundsException.java
ArrayStoreException.java
Boolean.java
Byte.java Byte.java: Remove redundant instanceof and null checks. 2001-02-09 02:56:38 +00:00
Character.java Character.java: Updated UnicodeBlock constants. 2000-12-15 05:53:39 +00:00
Class.h decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
Class.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
ClassCastException.java
ClassCircularityError.java
ClassFormatError.java
ClassLoader.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
ClassNotFoundException.java
Cloneable.java
CloneNotSupportedException.java
Comparable.java
Compiler.java
Double.java Double.java (doubleToRawLongBits): Now native. 2001-02-09 22:13:33 +00:00
dtoa.c natMath.cc: Declare fabsf() function. 2000-12-02 00:28:44 +00:00
e_acos.c
e_asin.c
e_atan2.c
e_exp.c
e_fmod.c
e_log.c
e_pow.c
e_rem_pio2.c
e_remainder.c
e_scalb.c
e_sqrt.c
EcosProcess.java
Error.java
Exception.java
ExceptionInInitializerError.java ExceptionInInitializerError.java (printStackTrace): Only try to print the subordinate stack trace if "exception" is set. 2001-03-12 07:47:13 +00:00
fdlibm.h
Float.java Double.java (doubleToRawLongBits): Now native. 2001-02-09 22:13:33 +00:00
ieeefp.h
IllegalAccessError.java
IllegalAccessException.java
IllegalArgumentException.java
IllegalMonitorStateException.java
IllegalStateException.java
IllegalThreadStateException.java
IncompatibleClassChangeError.java
IndexOutOfBoundsException.java
InstantiationError.java
InstantiationException.java
Integer.java Integer.java (getInteger): Return default argument if property is not set. 2001-02-19 03:43:12 +00:00
InternalError.java
InterruptedException.java
k_cos.c
k_rem_pio2.c
k_sin.c
k_tan.c
LinkageError.java
Long.java Integer.java (getInteger): Return default argument if property is not set. 2001-02-19 03:43:12 +00:00
Math.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
mprec.c
mprec.h * java/lang/mprec.h: Change C9X reference to refer to C99. 2000-12-23 23:38:51 +00:00
natCharacter.cc
natClass.cc decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
natClassLoader.cc decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
natDouble.cc exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
natEcosProcess.cc
natFloat.cc Double.java (doubleToRawLongBits): Now native. 2001-02-09 22:13:33 +00:00
natMath.cc natMath.cc: Declare fabsf() function. 2000-12-02 00:28:44 +00:00
natObject.cc exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
natPosixProcess.cc exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
natRuntime.cc exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
natString.cc natString.cc (_Jv_NewStringUtf8Const): Register finalizer. 2001-04-10 15:46:11 -07:00
natSystem.cc natSystem.cc (getSystemTimeZone): Adjust for DST. 2001-04-20 09:43:52 +00:00
natThread.cc exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
natThrowable.cc natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correctly aligned pointer array. 2001-03-14 15:49:06 +00:00
NegativeArraySizeException.java
NoClassDefFoundError.java
NoSuchFieldError.java
NoSuchFieldException.java
NoSuchMethodError.java
NoSuchMethodException.java
NullPointerException.java
Number.java
NumberFormatException.java
Object.h Class.h (isInterface): Move implementation from natClass.cc. 2001-01-17 10:22:33 +00:00
Object.java
OutOfMemoryError.java
Package.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
PosixProcess.java
Process.java
Runnable.java
Runtime.java Runtime.java (_exit): Declare new package-private native. 2001-03-12 07:40:17 +00:00
RuntimeException.java
RuntimePermission.java * java/lang/RuntimePermission.java: Class now final. 2000-12-15 06:13:35 +00:00
s_atan.c
s_ceil.c
s_copysign.c
s_cos.c
s_fabs.c
s_floor.c
s_rint.c
s_scalbn.c
s_sin.c
s_tan.c
SecurityException.java
SecurityManager.java
sf_fabs.c * java/lang/sf_fabs.c: Use uint32_t, not __uint32_t. 2001-01-25 19:07:18 +00:00
sf_rint.c
Short.java Byte.java: Remove redundant instanceof and null checks. 2001-02-09 02:56:38 +00:00
StackOverflowError.java
String.java natString.cc (intern): If string's data does not point to this String, make a fresh String that does. 2001-04-01 14:54:10 -07:00
StringBuffer.java Fix bug in URLConnection and correct javadoc annotations in StringBuffer. 2001-01-07 20:01:46 +00:00
StringIndexOutOfBoundsException.java
strtod.c
System.java Runtime.java (_exit): Declare new package-private native. 2001-03-12 07:40:17 +00:00
Thread.java * java/lang/Thread.java: Update comment. 2001-01-05 00:31:45 +00:00
ThreadDeath.java
ThreadGroup.java Runtime.java (_exit): Declare new package-private native. 2001-03-12 07:40:17 +00:00
Throwable.java Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-style output. 2001-02-23 19:52:49 -08:00
UnknownError.java
UnsatisfiedLinkError.java
UnsupportedOperationException.java
VerifyError.java
VirtualMachineError.java
Void.java
w_acos.c
w_asin.c
w_atan2.c
w_exp.c
w_fmod.c
w_log.c
w_pow.c
w_remainder.c
w_sqrt.c