8038754: ReplayCacheTestProc test fails with timeout
authorweijun
Mon, 31 Mar 2014 16:12:28 +0800
changeset 23599 e1bdea08040e
parent 23598 e62acb17ed9e
child 23600 d21826f6c789
8038754: ReplayCacheTestProc test fails with timeout Reviewed-by: alanb
jdk/src/share/native/sun/security/jgss/wrapper/NativeUtil.h
--- a/jdk/src/share/native/sun/security/jgss/wrapper/NativeUtil.h	Sat Mar 29 20:20:04 2014 +0000
+++ b/jdk/src/share/native/sun/security/jgss/wrapper/NativeUtil.h	Mon Mar 31 16:12:28 2014 +0800
@@ -86,9 +86,9 @@
   extern jfieldID FID_NativeGSSContext_lifetime;
   extern jfieldID FID_NativeGSSContext_actualMech;
   #define TRACE0(s) { if (JGSS_DEBUG) { puts(s); fflush(stdout); }}
-  #define TRACE1(s, p1) { if (JGSS_DEBUG) { printf(s, p1); fflush(stdout); }}
-  #define TRACE2(s, p1, p2) { if (JGSS_DEBUG) { printf(s, p1, p2); fflush(stdout); }}
-  #define TRACE3(s, p1, p2, p3) { if (JGSS_DEBUG) { printf(s, p1, p2, p3); fflush(stdout); }}
+  #define TRACE1(s, p1) { if (JGSS_DEBUG) { printf(s"\n", p1); fflush(stdout); }}
+  #define TRACE2(s, p1, p2) { if (JGSS_DEBUG) { printf(s"\n", p1, p2); fflush(stdout); }}
+  #define TRACE3(s, p1, p2, p3) { if (JGSS_DEBUG) { printf(s"\n", p1, p2, p3); fflush(stdout); }}
 
 
 #ifdef __cplusplus