2004-07-29 04:50:36 +02:00
|
|
|
*** Changes in GCC 3.4:
|
|
|
|
|
|
|
|
* Compiling a .jar file will now cause non-.class entries to be automatically
|
|
|
|
compiled as resources.
|
|
|
|
|
|
|
|
* libgcj has been ported to Darwin.
|
|
|
|
|
|
|
|
* Jeff Sturm has adapted Jan Hubicka's call graph optimization code to gcj.
|
|
|
|
|
|
|
|
* libgcj has a new gcjlib URL type; this lets URLClassLoader load code from
|
|
|
|
shared libraries.
|
|
|
|
|
|
|
|
* libgcj has been much more completely merged with GNU Classpath.
|
|
|
|
|
|
|
|
* Class loading is now much more correct; in particular the caller's class
|
|
|
|
loader is now used when that is required.
|
|
|
|
|
|
|
|
* Eclipse 2.x will run out of the box using gij.
|
|
|
|
|
|
|
|
* Parts of java.nio have been implemented. Direct and indirect buffers work,
|
|
|
|
as do fundamental file and socket operations.
|
|
|
|
|
|
|
|
* java.awt has been improved, though it is still not ready for general use.
|
|
|
|
|
|
|
|
* The HTTP protocol handler now uses HTTP/1.1 and can handle the POST method.
|
|
|
|
|
|
|
|
* The MinGW port has matured. Enhancements include socket timeout support,
|
|
|
|
thread interruption, improved Runtime.exec() handling and support for
|
|
|
|
accented characters in filenames.
|
|
|
|
|
|
|
|
*** Changes in GCC 3.3:
|
|
|
|
|
|
|
|
* The java.sql and javax.sql packages now implement the JDBC 3.0 (JDK 1.4)
|
|
|
|
API.
|
|
|
|
|
|
|
|
* The JDK 1.4 assert facility has been implemented.
|
|
|
|
|
|
|
|
* The bytecode interpreter is now direct threaded and thus faster.
|
|
|
|
|
|
|
|
|
|
|
|
*** Changes in GCC 3.1:
|
|
|
|
|
|
|
|
* libgcj now includes RMI, java.lang.ref.*, javax.naming, and
|
|
|
|
javax.transaction.
|
|
|
|
|
|
|
|
* Property files and other system resources can be compiled into executables
|
|
|
|
which use libgcj using the new gcj --resource feature.
|
|
|
|
|
|
|
|
* libgcj has been ported to more platforms. In particular there is now a
|
|
|
|
mostly-functional mingw32 (Windows) target port.
|
|
|
|
|
|
|
|
* JNI and CNI invocation interfaces were implemented, so gcj-compiled Java
|
|
|
|
code can now be called from a C/C++ application.
|
|
|
|
|
|
|
|
* gcj can now use builtin functions for certain known methods, for instance
|
|
|
|
Math.cos.
|
|
|
|
|
|
|
|
* gcj can now automatically remove redundant array-store checks in some common
|
|
|
|
cases.
|
|
|
|
|
|
|
|
* The --no-store-checks optimization option was added. This can be used to
|
|
|
|
omit runtime store checks for code which is known not to throw
|
|
|
|
ArrayStoreException
|
|
|
|
|
|
|
|
* The following third party interface standards were added to libgcj:
|
|
|
|
org.w3c.dom and org.xml.sax.
|
|
|
|
|
|
|
|
* java.security has been merged with GNU Classpath. The new package is now
|
|
|
|
JDK 1.2 compliant, and much more complete.
|
|
|
|
|
|
|
|
* A bytecode verifier was added to the libgcj interpreter.
|
|
|
|
|
|
|
|
* java.lang.Character was rewritten to comply with the Unicode 3.0 standard,
|
|
|
|
and improve performance.
|
|
|
|
|
|
|
|
* Partial support for many more locales was added to libgcj.
|
|
|
|
|
|
|
|
* Socket timeouts have been implemented.
|
|
|
|
|
|
|
|
* libgcj has been merged into a single shared library. There are no longer
|
|
|
|
separate shared libraries for the garbage collector and zlib.
|
|
|
|
|
|
|
|
* Several performance improvements were made to gcj and libgcj:
|
|
|
|
o Hash synchronization (thin locks)
|
|
|
|
o A special allocation path for finalizer-free objects
|
|
|
|
o Thread-local allocation
|
|
|
|
o Parallel GC, and other GC tweaks
|
|
|
|
|
|
|
|
*** Changes in GCC 3.0:
|
[multiple changes]
1999-08-09 Anthony Green <green@cygnus.com>
* gij.cc: New file.
* include/config.h.in: Rebuilt.
* acconfig.h: Add INTERPRETER.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (libffi_files): Identify the libffi object files for
inclusion in libgcj.
(LIBFFIINCS): Define.
* interpret.cc (gnu::gcj::runtime::MethodInvocation::continue1):
Dummy definition for configurations without an interpreter.
* java/net/natPlainSocketImpl.cc (getOption): Disamiguate call to
java::lang::Boolean constructor.
* include/java-interp.h: Always include java-cpool.h.
* java/lang/natClassLoader.cc (getVMClassLoader0): Always return 0
when INTERPRETER not defined.
* java/lang/Class.h (finalize): Define.
* gnu/gcj/util/path/DirectoryPathEntry.java (getURL): Catch
IOException from File.getCanonicalPath.
(getStream): Likewise.
* NEWS: More news.
* THANKS: More thanks.
1999-08-09 Kresten Krab Thorup <krab@gnu.org>
* resolve.cc (get_ffi_type_from_signature): Generate uint16 for
jchar type.
(_Jv_PrepareClass): Allow non-abstract classes to
have abstract subclasses.
(_Jv_ResolvePoolEntry): Revert subclass check for protected
fields and methods.
* interpret.cc (continue1/perform_invoke): Don't sign extend
uint16 return val.
(continue1/lshl,lshr): Push long, not int.
(continue1/ulshr): Use UINT64, not long long.
* defineclass.cc (handleFieldsEnd): Handle case when all fields
are static.
* java/lang/natClass.cc (forName): Add call to _Jv_InitClass.
* java/lang/FirstThread.java (run): Add top-level exception
handler.
(run0): Renamed from run.
1999-08-08 Kresten Krab Thorup <krab@gnu.org>
* configure.in (--with-interpreter): Added.
* include/config.h.in (INTERPRETER): Added.
* java/lang/ClassLoader.java: File replaced.
* java/lang/VMClassLoader.java: New file.
* java/lang/natClassLoader.cc: New file.
* gnu/gcj/runtime/MethodInvocation.java: New file.
* gnu/gcj/util/path/SearchPath.java: New file.
* gnu/gcj/util/path/PathEntry.java: New file.
* gnu/gcj/util/path/DirectoryPathEntry.java: New file.
* gnu/gcj/util/path/ZipPathEntry.java: New file.
* gnu/gcj/util/path/URLPathEntry.java: New file.
* gnu/gcj/util/path/CacheEntry.java: New file.
* include/java-interp.h: New file.
* include/java-cpool.h: New file.
* include/java-insns.h: New file.
* defineclass.cc: New file.
* interpret.cc: New file.
* resolve.cc: New file.
* java/lang/natClass.cc (loaded_classes, _Jv_RegisterClass,
_Jv_RegisterClasses, _Jv_FindClassInCache, _Jv_FindClass,
_Jv_NewClass, _Jv_FindArrayClass): Moved to natClassLoader.cc.
(finalize): New.
(STATE_NOTHING, STATE_RESOLVED, STATE_IN_PROGRESS, STATE_DONE,
STATE_ERROR): Moved to java/lang/Class.h and renamed with JV_
prefix.
(initializeClass): Use new JV_ prefixed names. Also, call
ClassLoader::resolveClass instead of _Jv_ResolveClass.
* java/lang/Class.h (JV_STATE_PRELOADING, JV_STATE_LOADING,
JV_STATE_LOADED, JV_STATE_COMPILED, JV_STATE_PREPARED,
JV_STATE_LINKED): New.
(_Jv_WaitForState, _Jv_RegisterInitiatingLoader,
_Jv_UnregisterClass, _Jv_InternClassStrings): New friends.
(_Jv_IsInterpretedClass, _Jv_InitField, _Jv_LookupDeclaredMethod,
_Jv_DetermineVTableIndex, _Jv_ResolvePoolEntry, _Jv_PrepareClass,
_Jv_ClassReader, _Jv_InterpClass, _Jv_InterpMethod,
_Jv_InterpMethodInvocation): New friends for interpreter.
(finalize): New.
(CONSTANT_Class, CONSTANT_String, etc.): Moved to
include/java-cpool.h and renamed with JV_ prefix.
* include/jvm.h (_Jv_makeUtf8Const, _Jv_makeUtf8TypeConst): New
decls.
(_Jv_UnregisterClass): New decl.
* java/lang/natClassLoader.cc (_Jv_FindArrayClass): Added
class loader argument.
(_Jv_FindClass): Use class loader.
* prims.cc (_Jv_makeUtf8Const): New function.
(_Jv_NewObjectArray): Change use of _Jv_FindArrayClass.
(_Jv_NewPrimArray): Ditto.
(_Jv_FindClassFromSignature): Ditto.
* java/lang/reflect/natArray.cc (newInstance): Ditto.
* java/lang/reflect/natMethod.cc (getType): Ditto.
* include/java-field.h (_Jv_Field::isRef): Make robust for
non-resolved contexts.
* boehm.cc (_Jv_MarkObj): Mark interpreter-related fields.
Also, don't mark class->next field.
* java/lang/VirtualMachineError.java: Added FIXME note.
* configure.in (INTERPSPEC): New spec.
* libgcj.spec.in: Added INTERPSPEC.
* Makefile.am: Added gcjh friends for java/lang/VMClassLoader and
gnu/gcj/runtime/MethodInvocation.
(libgcj_la_SOURCES): Added resolve.cc defineclass.cc interpret.cc.
(ordinary_java_source_files): Added above mentioned java classes.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
From-SVN: r28597
1999-08-08 16:06:23 +02:00
|
|
|
|
2000-02-15 09:51:29 +01:00
|
|
|
* libgcj now includes a bytecode interpreter. If a compiled version of a class
|
|
|
|
is not found in the application binary or linked shared libraries, the
|
|
|
|
class loader will search for a bytecode version in the CLASSPATH and execute
|
|
|
|
it using the interpreter. A new front end that behaves like the traditional
|
2000-02-15 10:35:51 +01:00
|
|
|
`java' command is also provided: `gij'.
|
[multiple changes]
1999-08-09 Anthony Green <green@cygnus.com>
* gij.cc: New file.
* include/config.h.in: Rebuilt.
* acconfig.h: Add INTERPRETER.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (libffi_files): Identify the libffi object files for
inclusion in libgcj.
(LIBFFIINCS): Define.
* interpret.cc (gnu::gcj::runtime::MethodInvocation::continue1):
Dummy definition for configurations without an interpreter.
* java/net/natPlainSocketImpl.cc (getOption): Disamiguate call to
java::lang::Boolean constructor.
* include/java-interp.h: Always include java-cpool.h.
* java/lang/natClassLoader.cc (getVMClassLoader0): Always return 0
when INTERPRETER not defined.
* java/lang/Class.h (finalize): Define.
* gnu/gcj/util/path/DirectoryPathEntry.java (getURL): Catch
IOException from File.getCanonicalPath.
(getStream): Likewise.
* NEWS: More news.
* THANKS: More thanks.
1999-08-09 Kresten Krab Thorup <krab@gnu.org>
* resolve.cc (get_ffi_type_from_signature): Generate uint16 for
jchar type.
(_Jv_PrepareClass): Allow non-abstract classes to
have abstract subclasses.
(_Jv_ResolvePoolEntry): Revert subclass check for protected
fields and methods.
* interpret.cc (continue1/perform_invoke): Don't sign extend
uint16 return val.
(continue1/lshl,lshr): Push long, not int.
(continue1/ulshr): Use UINT64, not long long.
* defineclass.cc (handleFieldsEnd): Handle case when all fields
are static.
* java/lang/natClass.cc (forName): Add call to _Jv_InitClass.
* java/lang/FirstThread.java (run): Add top-level exception
handler.
(run0): Renamed from run.
1999-08-08 Kresten Krab Thorup <krab@gnu.org>
* configure.in (--with-interpreter): Added.
* include/config.h.in (INTERPRETER): Added.
* java/lang/ClassLoader.java: File replaced.
* java/lang/VMClassLoader.java: New file.
* java/lang/natClassLoader.cc: New file.
* gnu/gcj/runtime/MethodInvocation.java: New file.
* gnu/gcj/util/path/SearchPath.java: New file.
* gnu/gcj/util/path/PathEntry.java: New file.
* gnu/gcj/util/path/DirectoryPathEntry.java: New file.
* gnu/gcj/util/path/ZipPathEntry.java: New file.
* gnu/gcj/util/path/URLPathEntry.java: New file.
* gnu/gcj/util/path/CacheEntry.java: New file.
* include/java-interp.h: New file.
* include/java-cpool.h: New file.
* include/java-insns.h: New file.
* defineclass.cc: New file.
* interpret.cc: New file.
* resolve.cc: New file.
* java/lang/natClass.cc (loaded_classes, _Jv_RegisterClass,
_Jv_RegisterClasses, _Jv_FindClassInCache, _Jv_FindClass,
_Jv_NewClass, _Jv_FindArrayClass): Moved to natClassLoader.cc.
(finalize): New.
(STATE_NOTHING, STATE_RESOLVED, STATE_IN_PROGRESS, STATE_DONE,
STATE_ERROR): Moved to java/lang/Class.h and renamed with JV_
prefix.
(initializeClass): Use new JV_ prefixed names. Also, call
ClassLoader::resolveClass instead of _Jv_ResolveClass.
* java/lang/Class.h (JV_STATE_PRELOADING, JV_STATE_LOADING,
JV_STATE_LOADED, JV_STATE_COMPILED, JV_STATE_PREPARED,
JV_STATE_LINKED): New.
(_Jv_WaitForState, _Jv_RegisterInitiatingLoader,
_Jv_UnregisterClass, _Jv_InternClassStrings): New friends.
(_Jv_IsInterpretedClass, _Jv_InitField, _Jv_LookupDeclaredMethod,
_Jv_DetermineVTableIndex, _Jv_ResolvePoolEntry, _Jv_PrepareClass,
_Jv_ClassReader, _Jv_InterpClass, _Jv_InterpMethod,
_Jv_InterpMethodInvocation): New friends for interpreter.
(finalize): New.
(CONSTANT_Class, CONSTANT_String, etc.): Moved to
include/java-cpool.h and renamed with JV_ prefix.
* include/jvm.h (_Jv_makeUtf8Const, _Jv_makeUtf8TypeConst): New
decls.
(_Jv_UnregisterClass): New decl.
* java/lang/natClassLoader.cc (_Jv_FindArrayClass): Added
class loader argument.
(_Jv_FindClass): Use class loader.
* prims.cc (_Jv_makeUtf8Const): New function.
(_Jv_NewObjectArray): Change use of _Jv_FindArrayClass.
(_Jv_NewPrimArray): Ditto.
(_Jv_FindClassFromSignature): Ditto.
* java/lang/reflect/natArray.cc (newInstance): Ditto.
* java/lang/reflect/natMethod.cc (getType): Ditto.
* include/java-field.h (_Jv_Field::isRef): Make robust for
non-resolved contexts.
* boehm.cc (_Jv_MarkObj): Mark interpreter-related fields.
Also, don't mark class->next field.
* java/lang/VirtualMachineError.java: Added FIXME note.
* configure.in (INTERPSPEC): New spec.
* libgcj.spec.in: Added INTERPSPEC.
* Makefile.am: Added gcjh friends for java/lang/VMClassLoader and
gnu/gcj/runtime/MethodInvocation.
(libgcj_la_SOURCES): Added resolve.cc defineclass.cc interpret.cc.
(ordinary_java_source_files): Added above mentioned java classes.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
From-SVN: r28597
1999-08-08 16:06:23 +02:00
|
|
|
|
2000-02-15 09:51:29 +01:00
|
|
|
* Support for specifying java system properties. Properties can either be set
|
|
|
|
at runtime via the GCJ_PROPERTIES environment variable in the format
|
|
|
|
"<name>=<value> ..."'; or can be compiled into an application binary using
|
|
|
|
-D<name>=<value>.
|
2000-01-20 00:08:05 +01:00
|
|
|
|
|
|
|
* Support for setjmp/longjmp (sjlj) exception handling has been added, as an
|
2000-02-15 10:35:51 +01:00
|
|
|
alternative to the existing range-table based mechanism. sjlj is the default
|
2000-02-15 09:51:29 +01:00
|
|
|
on non-sparc, non-x86 targets, or can be specified with the
|
|
|
|
`--enable-sjlj-exceptions' configure parameter.
|
|
|
|
|
|
|
|
* Complete JDK 1.1 reflection support, including invocation.
|
2000-01-20 00:08:05 +01:00
|
|
|
|
|
|
|
* Throwable.printStackTrace() has been implemented.
|
|
|
|
|
2000-02-15 10:35:51 +01:00
|
|
|
* Runtime.loadLibrary() has been implemented.
|
|
|
|
|
|
|
|
* Class.forName() will now try to load a series of shared objects in order
|
|
|
|
to find the requested class. If a class `gnu.quux.whatever' is requested,
|
|
|
|
libgcj will search the system shared library path (eg LD_LIBRARY_PATH) for
|
|
|
|
`gnu-quux-whatever.so', then `gnu-quux.so', and finally `gnu.so'.
|
2000-02-15 09:51:29 +01:00
|
|
|
|
|
|
|
* A pure-java implementation of java.math.BigInteger.
|
2000-01-20 00:08:05 +01:00
|
|
|
|
1999-08-01 06:04:04 +02:00
|
|
|
New in libgcj 2.95:
|
|
|
|
|
|
|
|
* First public release
|