bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/28608] ByteBuffer.duplicate broken for direct byte buffer


From: cvs-commit at developer dot classpath dot org
Subject: [Bug classpath/28608] ByteBuffer.duplicate broken for direct byte buffers
Date: 7 Aug 2006 22:14:45 -0000


------- Comment #2 from cvs-commit at developer dot classpath dot org  
2006-08-07 22:14 -------
Subject: Bug 28608

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         classpath-0_92-branch
Changes by:     Mark Wielaard <mark>    06/08/07 22:13:07

Modified files:
        .              : ChangeLog 
        java/nio       : DirectByteBufferImpl.java 
        native/jni/java-nio: java_nio_VMDirectByteBuffer.c 

Log message:
        2006-08-07  C. Scott Marshall  <address@hidden>

               Fixes PR 28608.
               * java/nio/DirectByteBufferImpl.java (duplicate): only reset if
               the mark has been set.
               * native/jni/java-nio/java_nio_VMDirectByteBuffer.c
               (Java_java_nio_VMDirectByteBuffer_allocate): zero out the
               allocated data.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.27&r2=1.8251.2.28
http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/DirectByteBufferImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.21&r2=1.21.10.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-nio/java_nio_VMDirectByteBuffer.c?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.14&r2=1.14.10.1


------- Comment #3 from cvs-commit at developer dot classpath dot org  
2006-08-07 22:14 -------
Subject: Bug 28608

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         generics-branch
Changes by:     Mark Wielaard <mark>    06/08/07 22:13:16

Modified files:
        .              : ChangeLog 
        java/nio       : DirectByteBufferImpl.java 
        native/jni/java-nio: java_nio_VMDirectByteBuffer.c 

Log message:
        2006-08-07  C. Scott Marshall  <address@hidden>

               Fixes PR 28608.
               * java/nio/DirectByteBufferImpl.java (duplicate): only reset if
               the mark has been set.
               * native/jni/java-nio/java_nio_VMDirectByteBuffer.c
               (Java_java_nio_VMDirectByteBuffer_allocate): zero out the
               allocated data.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.320&r2=1.2386.2.321
http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/DirectByteBufferImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.4&r2=1.11.2.5
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-nio/java_nio_VMDirectByteBuffer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.7&r2=1.1.2.8


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28608





reply via email to

[Prev in Thread] Current Thread [Next in Thread]