1# LittleEndianByteArray uses this 2-dontwarn sun.misc.Unsafe 3 4# Striped64 appears to make some assumptions about object layout that 5# really might not be safe. This should be investigated. 6-keepclassmembers class com.google.common.hash.Striped64 { 7 *** base; 8 *** busy; 9} 10-keepclassmembers class com.google.common.hash.Striped64$Cell { 11 <fields>; 12} 13