-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 13
-
Component/s: hotspot
-
b02
-
generic
-
generic
The PtrQueueSet completed buffer list data members are protected, to permit direct access by derived classes. That isn't really necessary; with an appropriate API the data members could be private. Also, there's significant blocks of (near) character-identical code for manipulating the list in the existing subclasses.