hg: jdk8/tl/jdk: 7059777: Remove lang tests from Problemlist.txt

2011-06-27 Thread michael . x . mcmahon
Changeset: 113c75db6c8b Author:michaelm Date: 2011-06-27 12:15 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/113c75db6c8b 7059777: Remove lang tests from Problemlist.txt Reviewed-by: alanb ! test/ProblemList.txt

Bug 4715154

2011-06-27 Thread Sean Mullan
Several jigsaw unit tests are failing on Windows because of bug 4715154 [1] which was closed a long time ago as Will Not Fix. Does anyone have any suggestions as the best way to workaround this, short of replacing the call to FileChannel.map with FileChannel.read? Are there any plans to fix

Re: Bug 4715154

2011-06-27 Thread Alan Bateman
Sean Mullan wrote: Several jigsaw unit tests are failing on Windows because of bug 4715154 [1] which was closed a long time ago as Will Not Fix. Does anyone have any suggestions as the best way to workaround this, short of replacing the call to FileChannel.map with FileChannel.read? Are there

Re: Bug 4715154

2011-06-27 Thread Sean Mullan
On 6/27/11 9:19 AM, Alan Bateman wrote: Sean Mullan wrote: Several jigsaw unit tests are failing on Windows because of bug 4715154 [1] which was closed a long time ago as Will Not Fix. Does anyone have any suggestions as the best way to workaround this, short of replacing the call to

Re: Bug 4715154

2011-06-27 Thread Sean Mullan
Hey Alan, Would it be a good idea if we add this Windows limitation to the NIO javadocs somewhere, say in the FileChannel class? I spent a lot of time chasing this down until I finally figured out it was a known issue. --Sean On 6/27/11 9:19 AM, Alan Bateman wrote: Sean Mullan wrote:

Re: Bug 4715154

2011-06-27 Thread Ulf Zibis
+1 -Ulf Am 27.06.2011 17:57, schrieb Sean Mullan: Hey Alan, Would it be a good idea if we add this Windows limitation to the NIO javadocs somewhere, say in the FileChannel class? I spent a lot of time chasing this down until I finally figured out it was a known issue. --Sean On 6/27/11

Re: Bug 4715154

2011-06-27 Thread Rémi Forax
Yes, make sense. Rémi On 06/27/2011 06:03 PM, Ulf Zibis wrote: +1 -Ulf Am 27.06.2011 17:57, schrieb Sean Mullan: Hey Alan, Would it be a good idea if we add this Windows limitation to the NIO javadocs somewhere, say in the FileChannel class? I spent a lot of time chasing this down until

Re: Trivial: 1 char fix : java launcher help message fix.

2011-06-27 Thread Kumar Srinivasan
An update on this, found that though the changes are trivial in the properties file, there are other changes required in the launcher, which is beyond the anticipated scope. We decided to leave this alone for now. So I will go ahead and push the already reviewed (Joe and Alan) changes. Thanks

hg: jdk8/tl/jdk: 7046007: (launcher) Improve usage information for -verbose option

2011-06-27 Thread kumar . x . srinivasan
Changeset: a053c28304e8 Author:ksrini Date: 2011-06-27 12:21 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a053c28304e8 7046007: (launcher) Improve usage information for -verbose option Reviewed-by: darcy, alanb !