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

"Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message

XMLWordPrintable

    • b125
    • Not verified

      sun.util.PropertyResourceBundleCharset$PropertiesFileDecoder decodeLoop
      INFO: Invalid or unmappable UTF-8 sequence detected. Switching encoding from UTF-8 to ISO-8859-1

      INFO is enabled by default. This seems to be the implementation detail that attempts to decode with UTF-8 first and fall back to ISO-8859-1. The log message may be intended to be TRACE/DEBUG message (FINE/FINER in java.util.logging.Level)

      It's currently using PlatformLogger. It should consider using System.Logger.

            okutsu Masayoshi Okutsu
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: