gcc/libjava
Tom Tromey 9de8be0b19 natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'd memory.
* java/lang/natString.cc (rehash): Don't bother with memset;
	_Jv_AllocBytes returns zero'd memory.  Use _Jv_AllocBytesChecked.
	Use UNMASK_PTR.
	(UNMASK_PTR): New macro.
	(intern): Unmask pointer before returning it.  Register finalizer
	for the string.
	(unintern): Handle case where
	(MASK_PTR): New macro.
	(PTR_MAKSED): Likewise.
	(_Jv_NewStringUtf8Const): Use UNMASK_PTR.

From-SVN: r40593
2001-03-18 00:57:13 +00:00
..
doc
gcj
gnu Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00
include Change to sometimes include class name in ClassFormatError message. 2001-02-23 20:15:31 -08:00
java natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'd memory. 2001-03-18 00:57:13 +00:00
javax/naming
libltdl
scripts
sysdep
testsuite libjava.exp (libjava_arguments): Rewrote computation of LD_LIBRARY_PATH. 2001-03-16 20:54:45 +00:00
acconfig.h
acinclude.m4
aclocal.m4
addr2name.awk
boehm.cc
ChangeLog natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'd memory. 2001-03-18 00:57:13 +00:00
ChangeLog-1999
chartables.pl
configure Disable libgcjx by default. 2001-02-22 04:19:58 +00:00
configure.host
configure.in Disable libgcjx by default. 2001-02-22 04:19:58 +00:00
COPYING
defineclass.cc Change to sometimes include class name in ClassFormatError message. 2001-02-23 20:15:31 -08:00
exception.cc
gij.cc
HACKING
interpret.cc
jni.cc
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static linking. 2001-02-27 09:41:21 +00:00
libgcjdata.c
libtool-version
Makefile.am Disable libgcjx by default. 2001-02-22 04:19:58 +00:00
Makefile.in Disable libgcjx by default. 2001-02-22 04:19:58 +00:00
mauve-libgcj
name-finder.cc
NEWS
no-threads.cc
nogc.cc
posix-threads.cc
posix.cc
prims.cc Runtime.java (_exit): Declare new package-private native. 2001-03-12 07:40:17 +00:00
README
resolve.cc
THANKS
win32-threads.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/


REQUIREMENTS
============

libgcj must be built with a compatible version of the gcc compiler. libgcj
releases are usually numbered according to their corresponding gcc release.
For example, if this is "libgcj 2.95.3", you need to build it using "gcc
2.95.3".


QUICK INSTALLATION
==================

  > mkdir build
  > cd build
  > ../libgcj/configure --enable-threads=<THREADS_TYPE> --prefix=<DIR>
  > make
  > make install

where:

<THREADS_TYPE> specifies the threads library to be used by libgcj. Currently 
the possible values are "posix" and "none". This value must be the same as
the value used when configuring gcc itself.

<DIR> specifies the installation directory. This should be the same location 
as where gcc is installed.

Consult the gcj web pages for additional "configure" arguments.

NOTE: libgcj can not be built in the same directory as `configure'. You must 
create a separate build directory. 


BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc