History log of /external/guava/guava/src/com/google/common/cache/Striped64.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9dd148481d0f4705aa7f560a24c9d8a72a493a9a 23-Jan-2015 Paul Duffin <paulduffin@google.com> Replace usages of Unsafe.compareAndSwap(Int|Long)

This replaces them with Atomic(Integer|Long)FieldUpdater classes
respectively in Striped64 to allow it to be compiled for Android.

This removes one of the Android compilation failures but there
are some remaining so it will still not compile.

Change-Id: Icc243d2a6734cc08d0082636caaf485a788c8b90
/external/guava/guava/src/com/google/common/cache/Striped64.java
3ecfa412eddc4b084663f38d562537b86b9734d5 29-May-2015 Paul Duffin <paulduffin@google.com> Upgraded Guava to unmodified v18.0

This simply copies the Guava source for v18.0 straight from the
github repository into this one.

See https://github.com/google/guava.git

Additional commits will be made which will allow this to compile
on Android.

BUG=19672715

Change-Id: Ief2c7a00b4456aa03ce3ca73db34cb86abdbad14
/external/guava/guava/src/com/google/common/cache/Striped64.java
9a320f5d0888e7c3fe935567acb164a695fc3f46 23-Jan-2015 Paul Duffin <paulduffin@google.com> Replace usages of Unsafe.compareAndSwap(Int|Long)

This replaces them with Atomic(Integer|Long)FieldUpdater classes
respectively in Striped64 to allow it to be compiled for Android.

This removes one of the Android compilation failures but there
are some remaining so it will still not compile.

BUG=19672715
Change-Id: Icd2d807c3a71fee0c8153414633207dd0f0d1b4f
/external/guava/guava/src/com/google/common/cache/Striped64.java
5cab40b862c21656c2ace19596874eb3ffe1b649 27-Feb-2015 Paul Duffin <paulduffin@google.com> Upgraded Guava to unmodified jdk5-backport-v17.0-post

This simply copies the Guava source for jdk5-backport-v17.0-post
straight from the github repository into this one.

See https://github.com/google/guava.git

Additional commits will be made which will allow this to compile
on Android.

BUG=19672715
Change-Id: If822daced0fc352f01bf9ecac1e994da08358f72
/external/guava/guava/src/com/google/common/cache/Striped64.java
f08592bfbbd7d91467623e313fd02baf98de85a0 23-Jan-2015 Paul Duffin <paulduffin@google.com> Replace usages of Unsafe.compareAndSwap(Int|Long)

This replaces them with Atomic(Integer|Long)FieldUpdater classes
respectively in Striped64 to allow it to be compiled for Android.

This removes one of the Android compilation failures but there
are some remaining so it will still not compile.

Change-Id: I225524aadfec15ae835f98ccc2ffbc180836c4a9
/external/guava/guava/src/com/google/common/cache/Striped64.java
0888a09821a98ac0680fad765217302858e70fa4 23-Jan-2015 Paul Duffin <paulduffin@google.com> Upgraded Guava to unmodified jdk5-backport-v17.0-compatibility

This simply copies the Guava source for jdk5-backport-v17.0-compatibility
straight from the github repository into this one.

See https://github.com/google/guava.git

Additional commits will be made which will allow this to compile
on Android.

Change-Id: I07db3bd92bb7370cad9d9b9c9cc4d67733b079b6
/external/guava/guava/src/com/google/common/cache/Striped64.java
7362c8a36bedf6ba0903f8a165c9685ca5584920 06-Jan-2015 Paul Duffin <paulduffin@google.com> Replace usages of Unsafe.compareAndSwap(Int|Long)

This replaces them with Atomic(Integer|Long)FieldUpdater classes
respectively in Striped64 to allow it to be compiled for Android.

Fixes a build error on Android.

Change-Id: Id494b2479a565706ba591230719c484c85899bba
/external/guava/guava/src/com/google/common/cache/Striped64.java
7dd252788645e940eada959bdde927426e2531c9 22-Jan-2015 Paul Duffin <paulduffin@google.com> Upgraded Guava to unmodified jdk-backport-v14.0.1-post

This simply copies the Guava source for jdk5-backport-v14.0.1
straight from the code.google.com repository into this one.

See https://code.google.com/p/guava-libraries.jdk5backport/

Additional commits will be made which will allow this to compile
on Android.

Change-Id: I4f02d6182d25e4e636ac64d48647a395a9874296
/external/guava/guava/src/com/google/common/cache/Striped64.java
dbd967a6e5c96cc1a97c5521f88dc1564ba2f81b 15-Jan-2015 Paul Duffin <paulduffin@google.com> Revert "Upgraded Guava to unmodified v14.0.1"

This reverts commit 3c77433663281544363151bf284b0240dfd22a42.

Change-Id: I25630eb4eef9a993c94f273796d3d9f04811e74d
/external/guava/guava/src/com/google/common/cache/Striped64.java
dfa41d2291e8d96e8c985cfe2ea9a43c301ce381 15-Jan-2015 Paul Duffin <paulduffin@google.com> Revert "Replace usages of Unsafe.compareAndSwap(Int|Long)"

This reverts commit 75b00c56951b33e251c6c64655109d188fb10349.

Change-Id: Iafa121d1c5227d91905de9f9c5bdd18f656b3d52
/external/guava/guava/src/com/google/common/cache/Striped64.java
75b00c56951b33e251c6c64655109d188fb10349 06-Jan-2015 Paul Duffin <paulduffin@google.com> Replace usages of Unsafe.compareAndSwap(Int|Long)

This replaces them with Atomic(Integer|Long)FieldUpdater classes
respectively in Striped64 to allow it to be compiled for Android.

Fixes a build error on Android.

Change-Id: I0a8ac53d6063e89e35dac5d4a2be5bfa6823cb35
/external/guava/guava/src/com/google/common/cache/Striped64.java
3c77433663281544363151bf284b0240dfd22a42 06-Jan-2015 Paul Duffin <paulduffin@google.com> Upgraded Guava to unmodified v14.0.1

This simply copies the Guava source for v14.0.1 straight from its
github repository into this one. Additional commits will be made
which will allow this to compile on Android.

Change-Id: If0a8231e1d9530b7bdd94474403f7055e013979f
/external/guava/guava/src/com/google/common/cache/Striped64.java