Looks to me like com.gemstone.gemfire.internal.cache.EntriesMap is unused. Has anyone done any sort of scan to delete unused classes?
EntriesMap is/was the only product class using com.gemstone.gemfire.internal.util.Callable which I'm deleting in favor of using java.util.concurrent.Callable (GEODE-1144). -Kirk
