This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/9077] gij is unable to run some programs in the NBIO test suite
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2003 02:34:06 -0000
- Subject: [Bug libgcj/9077] gij is unable to run some programs in the NBIO test suite
- References: <20021228030601.9077.172031@bugs.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9077
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-03 02:34 -------
Not a bug as the buf field of DatagramPacket is private so you should not be able to use
it any way.
It just happens that ClassPath uses buffer as the name for the field rather than the same
name as all the other JDK's but that is not a bug so closing as invalid.