There are a number of bespoke intrusive doubly-linked lists in our code base. Having a general utility that provided such a facility would allow code simplification in various places.
A desirable feature for such a utility would be to permit a given object to be present in multiple lists, so long as those lists use different link fields in the object.
A desirable feature for such a utility would be to permit a given object to be present in multiple lists, so long as those lists use different link fields in the object.
- links to
-
Review openjdk/jdk/15896