1URL: http://code.google.com/p/guava-libraries/source/checkout 2Version: v18.0 3License: Apache 2 4Description: "Guava: Google Core Libraries for Java 1.7" 5 6Local Modifications: 7 Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)FieldUpdater classes 8 Remove usages of Unsafe in UnsignedBytes.java and use standard Java 9 Add Closeables.closeQuietly(Closeable) back in temporarily until all usages are removed 10 11Guava-libraries are a grab bag of utility libraries published by Google as 12open source, including among other things the Google collections libraries. 13 14This code is built as a static library. 15