CDV ❯ New LinkedList methods in 1.6 (support for Deque) need to be logically instrumented
-
Bug
-
Status: Resolved
-
2 Major
-
Resolution: Won't Fix
-
DSO:L1
-
-
interfaces
-
Reporter: amiller
-
March 26, 2008
-
0
-
Watchers: 2
-
February 12, 2014
-
February 12, 2014
Description
In Java 1.6, LinkedList now supports the Deque (double-ended queue) interface, which adds new mutator methods for adding/removing to both ends of the queue and treating it like a stack. These methods all need to be logically instrumented in BootjarTool.addInstrumentedJavaUtilCollection().
Comments
Alex Miller 2008-03-26
Taylor Gautier 2008-06-23
http://java.sun.com/javase/6/docs/api/java/util/concurrent/LinkedBlockingDeque.html
Hung Huynh 2014-02-12
DSO is discontinued
Previous issue on adding new methods in 1.5 for Queue, should help knowing where to add tests.