On 31/03/2014 01:56, Wang Weijun wrote:
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.Webrev updated athttp://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
-Alan