gcc/libjava
Thomas Fitzsimmons b6121641fc re PR libgcj/20090 (gij should be implemented in Java)
2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* gcj.texi (Invoking gij): Add descriptions of new -X options.
	Mention recognized-and-ignored compatibility options.
	(Memory allocation): Add descriptions of JvMalloc, JvRealloc and
	JvFree.
	(About CNI): Add Memory allocation section.

2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	PR libgcj/20090, PR libgcj/20526
	* gij.cc (nonstandard_opts_help): New function.
	(add_option): New function.
	(main): Support java options.  Set java.class.path.  Don't set
	_Jv_Jar_Class_Path.
	* prims.cc (parse_x_arg): New function.
	(parse_init_args): Call parse_x_arg for -X and _ options, when
	ignoreUnrecognized is true.
	(new _Jv_RunMain): New vm_args variant.
	(old _Jv_RunMain): Call new vm_args _Jv_RunMain.
	(_Jv_Jar_Class_Path): Remove variable.
	* include/java-props.h: Likewise.
	* include/cni.h (JvRealloc): New function.
	* include/jvm.h (_Jv_RunMain): Declare vm_args variant.
	* java/lang/natRuntime.cc (insertSystemProperties): Remove
	_Jv_Jar_Class_Path logic.  Use JV_VERSION and JV_API_VERSION
	macros.
	* configure.ac (JV_VERSION): Define.
	(JV_API_VERSION): Likewise.
	* configure: Regenerate.
	* include/config.h.in: Regenerate.

From-SVN: r97429
2005-04-02 02:26:51 +00:00
..
external Makefile.am (GCJ_WITH_FLAGS): Add "-fclasspath=". 2005-03-29 22:28:25 +00:00
gcj re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
gnu natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. 2005-04-01 19:19:13 +00:00
include re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
java re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
javax JTextComponent.java (viewToModel): New method. 2005-03-31 15:29:47 +00:00
jni Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/jnilink.c, jni/classpath/primlib.c. 2005-03-17 00:59:33 +00:00
libltdl Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/jnilink.c, jni/classpath/primlib.c. 2005-03-17 00:59:33 +00:00
org/ietf/jgss Makefile.am: New file. 2005-02-02 00:42:32 +00:00
scripts Character.java, [...]: Reorder "final static" to "static final". 2004-11-24 13:33:01 +00:00
sysdep New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
testsuite jni.exp (gcj_jni_invocation_test_one): Add libsocket to the libraries to link for Solaris. 2005-03-28 12:08:28 +00:00
.cvsignore
acinclude.m4
aclocal.m4 Makefile.in: Rebuilt. 2005-03-24 00:04:22 +00:00
addr2name.awk
boehm.cc boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field... 2005-03-28 00:09:38 -08:00
ChangeLog re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
ChangeLog-1999
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
configure re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
configure.ac re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
configure.host New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
COPYING
darwin.cc
defineclass.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
exception.cc exception.cc: Remove stray MethodRef.h include. 2005-03-11 04:30:20 +00:00
gij.cc re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
HACKING
interpret.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
jawt.c gtk_jawt.c (classpath_jawt_get_drawable, [...]): New functions. 2005-03-05 21:47:10 +00:00
jni.cc re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored) 2005-02-23 17:36:26 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
link.cc link.cc (ensure_class_linked): Removed #ifdef. 2005-03-17 00:18:50 +00:00
Makefile.am natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. 2005-04-01 19:19:13 +00:00
Makefile.in natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. 2005-04-01 19:19:13 +00:00
mauve-libgcj * mauve-libgcj: Exclude some swing tests. 2005-01-10 22:57:53 +00:00
NEWS NEWS: Draft of libgcj NEWS for 4.0. 2005-02-19 00:47:33 +00:00
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc prims.cc (_Jv_CreateJavaVM): Add comment about initialization order. 2005-02-16 04:16:06 +00:00
posix.cc
prims.cc re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
README
stacktrace.cc Makefile.in: Rebuilt. 2005-03-24 00:04:22 +00:00
THANKS
verify.cc re PR java/20056 ('verification failed: incompatible type on stack' with --indirect-dispatch) 2005-02-22 18:14:04 +00:00
win32-threads.cc
win32.cc

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/bugzilla