-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: hotspot
-
b13
LinkedList is used as value in sun.jvm.hotspot.runtime.ConcurrentLocksPrinter#locksMap Map.
There is only add/iterator calls on this lists. No removes from the head or something like this. ArrayList should be preferred as more efficient and widely used collection.
There is only add/iterator calls on this lists. No removes from the head or something like this. ArrayList should be preferred as more efficient and widely used collection.