hg: jdk6/jdk6/jdk: 4 new changesets

martinrb at google.com martinrb at google.com
Fri Feb 6 12:19:56 PST 2009


Changeset: f44021c1ea77
Author:    martin
Date:      2008-03-10 14:32 -0700
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/f44021c1ea77

6632696: Writing to closed output files (writeBytes) leaks native memory (unix)
Reviewed-by: alanb, iris

! src/share/native/java/io/io_util.c

Changeset: cc4d93e8ae7d
Author:    martin
Date:      2009-01-07 11:50 -0800
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/cc4d93e8ae7d

6788196: (porting) Bounds checks in io_util.c rely on undefined behaviour
Reviewed-by: alanb
Contributed-by: gbenson at redhat.com

! src/share/native/java/io/io_util.c
! test/java/io/readBytes/ReadBytesBounds.java

Changeset: 744675df8668
Author:    martin
Date:      2009-01-08 14:07 -0800
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/744675df8668

6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k
Reviewed-by: alanb
Contributed-by: jeremymanson at google.com

! src/share/native/java/io/io_util.c
+ test/java/io/readBytes/MemoryLeak.java

Changeset: f6b99ef3deee
Author:    martin
Date:      2009-01-09 16:48 -0800
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/f6b99ef3deee

6792066: src/share/native/java/io/io_util.c clean-ups
Reviewed-by: alanb

! src/share/native/java/io/io_util.c
! src/share/native/java/io/io_util.h




More information about the jdk6-dev mailing list