RFR 8038754: ReplayCacheTestProc test fails with timeout
Alan Bateman
Alan.Bateman at oracle.com
Mon Mar 31 07:29:11 UTC 2014
On 31/03/2014 01:56, Wang Weijun wrote:
> Webrev updated at
>
> http://cr.openjdk.java.net/~weijun/8038754/webrev.01/
>
> 'printf(s); printf("\n")' is now 'printf(s"\n");'. One less call, and seems an extra benefit to force /s/ being a real literal. At least it compiles now.
>
> Thanks
> Max
>
Good sleuthing, the change looks good to me. It's a reminder that it's
important that it's good to run tests on all platforms when making
changes to the native code.
-Alan
More information about the security-dev
mailing list