-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b13
LinkedList is used as value in com.sun.jmx.mbeanserver.Introspector.SimpleIntrospector#cache
It's created, filled (with 'add') and then iterated. No removes from the head or something like this. ArrayList should be preferred as more efficient and widely used collection.
It's created, filled (with 'add') and then iterated. No removes from the head or something like this. ArrayList should be preferred as more efficient and widely used collection.