This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/18114] New: ByteBuffer.allocateDirect does not return a direct buffer
- From: "juhal at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2004 19:45:14 -0000
- Subject: [Bug libgcj/18114] New: ByteBuffer.allocateDirect does not return a direct buffer
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
ByteBuffer.allocateDirect calls DirectByteBufferImpl.allocate which does not
exist. So the call goes to ByteBuffer.allocate (as DirectByteBufferImpl extends
from ByteBuffer) which returns a regular (non-direct) ByteBuffer.
--
Summary: ByteBuffer.allocateDirect does not return a direct
buffer
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: juhal at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org,konqueror at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18114