History log of /libcore/luni/src/main/java/java/util/concurrent/LinkedBlockingDeque.java
Revision Date Author Comments
e8b323c7cb7d55be9a4df579231e44f04f53d766 11-Mar-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> JSR-166 update without java 1.9 method/classes

Second attempt, in frist one I've submitted some code from openJdk 1.9
that shouldn't be here, orignial change can be found at
5328e07d282bef36ac8b757bbee16a761415b2c4

Adapted from sources taken from CVS using:
cvs -d ':pserver:anonymous@gee.cs.oswego.edu/home/jsr166/jsr166' checkout -D "03/03/2016 10:00:00 GMT" jsr166

This time with hidden/removed "@since 9" methods and classes

Bug: 27426599
Change-Id: Ibd8d26e13cba091bfd983c73d005e4f8d8f5946d
(cherry picked from commit b8b75116273ecfdb8ffdd1869b1c0dd04570a95e)
91770798d8b9280d48d30df2ed7f63b3ed9b036f 14-Jun-2013 Calin Juravle <calin@google.com> Sync java.util.concurrent library up to 12.06.2013.

CouncurrentHashMap was skipped from this sync.

Change-Id: I29c67698a2e706b22e3cb5920c5fe91f1f15461c
a807b4d808d2591894daf13aab179b2e9c46a2f5 01-Nov-2011 Jesse Wilson <jessewilson@google.com> Update java.util.concurrent to 2011-nov-1.

The most recent change to the upstream CVS tree was on Tue Oct 25 20:29:12 2011 UTC.

This removes references to security managers.

(cherry-pick of d206d1f85f051ec85bc1b00d576a67fa9be13228.)

Bug: 3289698
Change-Id: Id89c909407f268fdc828ebe2bebcb1c12dbb93aa
204a5af3784bc9a69c4ffa0b412dd751af61ca7f 16-Dec-2010 Jesse Wilson <jessewilson@google.com> Work around droiddoc bug where @links cannot point to parameterized methods.

The work around is simple but unfortunate: omit the parameters. As a
consequence, some of the links will point to the wrong overload.

Change-Id: Ib0bfb82bf8fdef79e3532012b91128f680c01b6c
8eb35c835be1345d3873a82cc9e42f944d698afd 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Update java.util.concurrent to the latest.

The most recent change to the upstream CVS tree was on Mon Dec 13 05:46:08 2010 UTC.

Change-Id: If863f0d501e5bb66a73e8a9a17b2853f012326e6
http://b/3090858
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni