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

java.lang.StringCoding should use inline/primitive classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • repo-valhalla
    • core-libs

      The StringCoding implementation class uses a few simple holder classes to help decode byte arrays into Strings.
      Instances are retained in thread locals to improve performance and reduce memory usage.

      Changing to primitive (inline) classes may help memory usage and performance and reduce a dependency on thread locals.

            rriggs Roger Riggs
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: