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

Remove NaiveHuffman coder

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • core-libs
    • b14
    • generic
    • generic

      There are two internal implementations of Huffman coders available in the java.net.http module:
      QuickHuffman and NaiveHuffman are located in the jdk.internal.net.http.hpack package, but the HttpClient's implementation uses only QuickHuffman.
      Since the NaiveHuffman is an internal, non-exported class and effectively a dead code - it can be removed.

            aefimov Aleksej Efimov
            aefimov Aleksej Efimov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: