hg: jdk8/tl/jdk: 7145913: CachedRowSetSwriter.insertNewRow() throws SQLException

2012-06-14 Thread lance . andersen
Changeset: 28588ace1fb9 Author:lancea Date: 2012-06-14 15:05 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/28588ace1fb9 7145913: CachedRowSetSwriter.insertNewRow() throws SQLException Reviewed-by: joehw, naoto, psandoz, forax ! src/share/classes/com/sun/rowset/internal/Cach

hg: jdk8/tl/jdk: 7173919: Minor optimization of hashing methods

2012-06-14 Thread mike . duigou
Changeset: 505455116320 Author:mduigou Date: 2012-06-13 16:48 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/505455116320 7173919: Minor optimization of hashing methods Summary: several minor optimizations to hashing methods used by hash map classes Reviewed-by: dholmes ! sr

hg: hsx/hotspot-rt/hotspot: 7158800: Improve storage of symbol tables

2012-06-14 Thread coleen . phillimore
Changeset: e9140bf80b4a Author:coleenp Date: 2012-06-13 19:52 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/e9140bf80b4a 7158800: Improve storage of symbol tables Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain

hg: jdk8/tl/jdk: 7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]

2012-06-14 Thread alan . bateman
Changeset: 4f99d146fce0 Author:alanb Date: 2012-06-14 12:13 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4f99d146fce0 7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win] Reviewed-by: khazra, chegar ! src/windows/native/su

Re: Request for review: 6310967: SA: jstack -m produce failures in output

2012-06-14 Thread Staffan Larsen
Great - where are those tests? Trying to learn my way around... /Staffan On 14 jun 2012, at 11:03, Poonam Bajaj wrote: > Thanks Staffan. > > We do have regression tests covering jstack -m testing. > > regards, > Poonam > > On 6/14/2012 2:02 PM, Staffan Larsen wrote: >> >> Poonam, >> >> The

Re: Request for review: 6310967: SA: jstack -m produce failures in output

2012-06-14 Thread Poonam Bajaj
Thanks Staffan. We do have regression tests covering jstack -m testing. regards, Poonam On 6/14/2012 2:02 PM, Staffan Larsen wrote: Poonam, The fix looks good. It's not clear to me if there is a good regression test for this already - if not, I'd really like to see one along with the fix.

Re: Request for review: 6310967: SA: jstack -m produce failures in output

2012-06-14 Thread Staffan Larsen
Poonam, The fix looks good. It's not clear to me if there is a good regression test for this already - if not, I'd really like to see one along with the fix. Thanks, /Staffan On 14 jun 2012, at 06:10, Poonam Bajaj wrote: > Could I get one more review for this fix, please. > > Thanks, > Poon