On Fri, 5 Apr 2024 16:29:56 GMT, Sergey Bylokhov <[email protected]> wrote:

> Could you please check the history of that file, is these unused due to some 
> functionality was deleted and this was missed, or we planned to implement 
> something and forgot?

Both were used in pre-historic days.

The `unusedSets` field tracked the number of unused attribute sets passed to 
the `reclaim` method. It's been unused since `attributePool` became 
`WeakHashMap`.

The `KeyBuilder` was used for searching… The `search` field was an instance of 
`KeyBuilder`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18659#issuecomment-2040362838

Reply via email to