History log of /external/guava/guava/src/com/google/common/cache/Striped64.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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