- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    None
                    The file src/share/native/sun/security/krb5/nativeccache.c includes lots of codes like
#ifdef DEBUG
printf("Found HostAddresses constructor\n");
#endif /* DEBUG */
which would print to stdout for debug/fastdebug builds. There is no way to turn them off.
#ifdef DEBUG
printf("Found HostAddresses constructor\n");
#endif /* DEBUG */
which would print to stdout for debug/fastdebug builds. There is no way to turn them off.