hg: jdk7/tl/jdk: 3 new changesets

2009-01-08 Thread kelly . ohair
Changeset: f6c105e60186 Author:bpatel Date: 2009-01-07 16:39 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f6c105e60186 6790217: Javadoc HTML WCAG 2.0 accessibility issues in jdk docs makefile - Bold tags should be strong Reviewed-by: jjg ! make/docs/Makefile Changeset: 7

hg: jdk7/tl/jdk: 6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k

2009-01-08 Thread martinrb
Changeset: 0272e442cc5b Author:martin Date: 2009-01-08 14:07 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0272e442cc5b 6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k Reviewed-by: alanb Contributed-by: jeremyman...@goog

Re: hg: jdk7/tl/jdk: 6642323: Speeding up Single Byte Decoders; ...

2009-01-08 Thread Kelly O'Hair
Be careful about the "2 weeks ago" stuff... That refers to when the changeset was created, not necessarily when it was 'pushed' into the repository. We need a better online way to browse the changesets. You can try 'hg view' on your own repository, took me a while to get that to work on my Mac, b

Re: hg: jdk7/tl/jdk: 6642323: Speeding up Single Byte Decoders; ...

2009-01-08 Thread Brad Wetmore
Tag jdk7-b41 was added 2008/12/08 in this list, and jdk7-b42 _2 weeks ago_, so according your rule above, changeset b89ba9a6d9a6, which was published 2008/12/10, should be in b41, at least in b42, but it isn't. That was the reason for my question. There are two orderings that may be confusi

Re: memory leak in io_util.c

2009-01-08 Thread Alan Bateman
Martin Buchholz wrote: This is a followup to our previous io_util.c fixing. Alan, please file a bug: Good catch, I've created: 6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k The change looks fine. One minor comment on the test is that

Re: hg: jdk7/tl/jdk: 6642323: Speeding up Single Byte Decoders; ...

2009-01-08 Thread Ulf Zibis
Hi Brad, Am 08.01.2009 04:01, Brad Wetmore schrieb: Ulf, Sorry for the delay, I've been working on other projects, and my OpenJDK folder is now overflowing. No worry about, I became earlier answer from Sherman (Xueming Shen). So as I understand right, looking for posts like "Added tag j