gcc/libjava
Michael Koch fc40b902f4 re PR java/12426 (gcj allows access to private members from superclass)
2003-09-27  Michael Koch  <konqueror@gmx.de>

	* gnu/java/nio/SelectionKeyImpl.java
	(ch): Make package-private again. Jikes found this bug.
	Jeff Sturm submitted PR12426 for this to bugzilla
	to fix this bug in gcj.

From-SVN: r71841
2003-09-26 22:02:05 +00:00
..
2003-09-25 14:38:02 +00:00
2002-12-30 22:42:20 +00:00
2003-03-22 17:38:00 -08:00
2003-09-11 17:25:47 +00:00
2003-09-25 18:26:53 +00:00
2002-01-22 00:20:23 +00:00
2003-09-25 18:26:53 +00:00
2003-09-22 16:04:24 +00:00
2003-08-20 17:27:56 +00:00
2003-08-13 17:20:08 +00:00
2003-06-30 23:53:29 +00:00
2003-06-30 23:53:29 +00:00
2002-01-22 22:40:42 +00:00
2001-10-10 22:25:43 +00:00
2002-01-27 22:33:35 +00:00
2003-07-08 04:49:16 +00:00
2003-07-24 17:18:00 +00:00
2003-08-29 04:21:01 +00:00

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