-
Bug
-
Resolution: Fixed
-
P4
-
7
-
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.
Names.createTable calls the SharedNameTable constructor instead of SharedNameTable.create, and SharedNameTable.dispose is never called. Thus, the SharedNameTables are not reused.