hg: jdk8/tl/jdk: 7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN

2012-04-19 Thread kurchi . subhra . hazra
Changeset: 715f50872ae7 Author:khazra Date: 2012-04-19 18:11 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/715f50872ae7 7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN Summary: Update Windows native code to infer WLAN interface type in Win

hg: jdk8/tl/jdk: 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again

2012-04-19 Thread kurchi . subhra . hazra
Changeset: bc51d0569ccd Author:khazra Date: 2012-04-19 13:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bc51d0569ccd 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again Summary: Enable finding "foo1.jar" Reviewed-by: chegar ! test/sun/net/www/protocol

Re: Code Review Request: 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again

2012-04-19 Thread Chris Hegarty
Thanks Kurchi, looks good. -Chris. On 19/04/12 20:22, Kurchi Hazra wrote: Hi, This test was recently fixed via: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/31c15e2f51ba However, it was failing again with a FileNotFoundException since it could not find foo1.jar (wrt the test source). This webre

Code Review Request: 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again

2012-04-19 Thread Kurchi Hazra
Hi, This test was recently fixed via: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/31c15e2f51ba However, it was failing again with a FileNotFoundException since it could not find foo1.jar (wrt the test source). This webrev fixes the test. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug

hg: jdk8/tl/jdk: 7162823: Modify the list of excluded tests (ProblemList

2012-04-19 Thread vincent . x . ryan
Changeset: 404c8e097ae9 Author:vinnie Date: 2012-04-19 16:58 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/404c8e097ae9 7162823: Modify the list of excluded tests (ProblemList Reviewed-by: alanb ! test/ProblemList.txt

hg: jdk8/tl/jdk: 7162262: (fs) Typo in java.nio.file.Path class description

2012-04-19 Thread alan . bateman
Changeset: 7b023213681c Author:psandoz Date: 2012-04-19 14:05 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7b023213681c 7162262: (fs) Typo in java.nio.file.Path class description Reviewed-by: alanb ! src/share/classes/java/nio/file/Path.java