Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8046499

nativecache.c prints to stdout in debug build

XMLWordPrintable

      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.

            weijun Weijun Wang
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: