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

logging: FileHandler should use buffered output stream

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • core-libs
    • None
    • beta2
    • x86
    • windows_nt
    • Verified


      The FileHandler class creates a FileOutputStream and then wraps
      it with a BufferedOutputStream. Unfortunately due to a one character
      coding botch it then proceeds to use the raw FileOutputStream rather
      than the BufferedOutputStream.

      This can potentially lead to very poor performance for
      FileHandler writes.


      graham.hamilton@Eng 2001-07-25

            ghamiltosunw Graham Hamilton (Inactive)
            ghamiltosunw Graham Hamilton (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: