8sa1-gcc/libjava/classpath/lib/java/lang
Matthias Klose f06a83c0b2 Import GNU Classpath (libgcj-import-20070727).
libjava/

2007-08-04  Matthias Klose  <doko@ubuntu.com>

	Import GNU Classpath (libgcj-import-20070727).

	* Regenerate class and header files.
	* Regenerate auto* files.

	* include/jvm.h:
	* jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type.
	* jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise.
	* jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA,
	_Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA,
	_Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA,
	_Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify
	jvalue parameter.
	* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.

	* java/lang/VMFloat.java (toString, parseFloat): New.

	* gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported,
	isModalExclusionTypeSupported): New (stub only).
	* gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise.
	* gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages,
	updateFocusableWindowState, setModalBlocked, getBoundsPrivate,
	setAlwaysOnTop): Likewise.
	* gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature.

	* scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer,
	ignore javax.sound.sampled.spi.MixerProvider, ignore .in files.

	* HACKING: Mention --enable-gstreamer-peer, removal of generated files.


libjava/classpath/

2007-08-04  Matthias Klose  <doko@ubuntu.com>

	* java/util/EnumMap.java (clone): Add cast.

From-SVN: r127204
2007-08-04 10:53:49 +00:00
..
annotation
instrument
management * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
ref
reflect * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
AbstractMethodError.class
Appendable.class
ArithmeticException.class
ArrayIndexOutOfBoundsException.class
ArrayStoreException.class
AssertionError.class
Boolean.class
Byte.class
Character.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Character$Subset.class Character.java: Re-merged with Classpath. 2007-03-05 17:27:44 +00:00
Character$UnicodeBlock.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Character$UnicodeBlock$NameType.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
CharSequence.class
Class.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Class$1.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
ClassCastException.class
ClassCircularityError.class
ClassFormatError.class
ClassLoader.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
ClassLoader$AnnotationsKey.class Calendar.java: Implement Comparable<Calendar>. 2007-02-01 20:34:08 +00:00
ClassNotFoundException.class
Cloneable.class
CloneNotSupportedException.class
Comparable.class
Compiler.class
Deprecated.class
Double.class
EcosProcess.class sources.am, [...]: Rebuilt. 2007-03-05 15:57:13 +00:00
Enum.class libjava/classpath/ChangeLog.gcj: 2007-06-03 23:18:43 +00:00
EnumConstantNotPresentException.class
Error.class
Exception.class
ExceptionInInitializerError.class
Float.class Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
IllegalAccessError.class
IllegalAccessException.class
IllegalArgumentException.class
IllegalMonitorStateException.class
IllegalStateException.class
IllegalThreadStateException.class
IncompatibleClassChangeError.class
IndexOutOfBoundsException.class
InheritableThreadLocal.class
InstantiationError.class
InstantiationException.class
Integer.class Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
InternalError.class
InterruptedException.class
Iterable.class
LinkageError.class
Long.class
Math.class
NegativeArraySizeException.class
NoClassDefFoundError.class
NoSuchFieldError.class
NoSuchFieldException.class
NoSuchMethodError.class
NoSuchMethodException.class
NullPointerException.class
Number.class
NumberFormatException.class
Object.class LogManager.java (loggers): Genericized. 2007-02-01 21:36:01 +00:00
OutOfMemoryError.class
Override.class
Package.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
PosixProcess.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
PosixProcess$EOFInputStream.class re PR libgcj/29324 (add wait handling hook) 2007-05-12 17:37:55 +00:00
PosixProcess$ProcessManager.class re PR libgcj/29324 (add wait handling hook) 2007-05-12 17:37:55 +00:00
Process.class
ProcessBuilder.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Readable.class
Runnable.class
Runtime.class
RuntimeException.class
RuntimePermission.class
SecurityException.class
SecurityManager.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
SecurityManager$1.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Short.class
StackOverflowError.class
StackTraceElement.class
StrictMath.class libjava/classpath/ChangeLog.gcj: 2007-06-03 23:18:43 +00:00
String.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
String$CaseInsensitiveComparator.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
StringBuffer.class Character.java: Re-merged with Classpath. 2007-03-05 17:27:44 +00:00
StringBuilder.class Character.java: Re-merged with Classpath. 2007-03-05 17:27:44 +00:00
StringIndexOutOfBoundsException.class
SuppressWarnings.class
System.class libjava/classpath/ChangeLog.gcj: 2007-06-03 23:18:43 +00:00
System$EnvironmentCollection.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
System$EnvironmentMap.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
System$EnvironmentSet.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Thread.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Thread$State.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
Thread$UncaughtExceptionHandler.class
ThreadDeath.class
ThreadGroup.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
ThreadLocal.class
Throwable.class
Throwable$StaticData.class
TypeNotPresentException.class
UnknownError.class
UnsatisfiedLinkError.class
UnsupportedClassVersionError.class
UnsupportedOperationException.class
VerifyError.class
VirtualMachineError.class
VMClassLoader.class
VMCompiler.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
VMDouble.class
VMFloat.class Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
VMProcess.class * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
VMThrowable.class
Void.class
Win32Process.class Win32Process.java: Added nested class EOFInputStream. 2007-03-07 18:05:39 +00:00
Win32Process$EOFInputStream.class Win32Process.java: Added nested class EOFInputStream. 2007-03-07 18:05:39 +00:00