Ping again.
On Jun 12, 2014, at 14:07, Wang Weijun wrote:
> Hi All
>
> Please review the code change at
>
> http://cr.openjdk.java.net/~weijun/7150092/webrev.00/
>
> The problem is that in NTLM, the server might prompt for a domain name (in
> Type 2 message), and the client can also provide
This test has been seen to fail occasionally when run with concurrency
enabled. I believe the reason to be two fold:
1) The order of the tags may trigger the compilation of the test
classes before the library classes, causing the test classes to
implicitly compile the library classes in
On 23/06/2014 11:51, Chris Hegarty wrote:
This test has been seen to fail occasionally when run with concurrency
enabled. I believe the reason to be two fold:
I don't know if the order matter here because the @build should compile
all of jdk.testlibrary.*. However, I think it's worth trying and
On 23/06/14 11:55, Alan Bateman wrote:
On 23/06/2014 11:51, Chris Hegarty wrote:
This test has been seen to fail occasionally when run with concurrency
enabled. I believe the reason to be two fold:
I don't know if the order matter here because the @build should compile
all of jdk.testlibrary.*.