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

SharedNameTable.create and .dispose are not used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 7
    • tools
    • b15
    • generic
    • windows_xp
    • Not verified

      SharedNameTable.dispose puts the SharedNameTable onto a freelist. SharedNameTable.create uses a SharedNameTable from the freelist if there is one instead of creating a new one.

      Names.createTable calls the SharedNameTable constructor instead of SharedNameTable.create, and SharedNameTable.dispose is never called. Thus, the SharedNameTables are not reused.

            pgovereau Paul Govereau (Inactive)
            jjh James Holmlund (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: