Moving ConcurrentHashMapTest unit tests into correct package

The unit tests for ConcurrentHashMapTest from luni that were
defined in libcore/java/util have been moved to the suite for
ConcurrentHashMap in libcore/java/util/concurrent since
ConcurrentHashMap is a class in java.util.concurrent.

Bug: 182165523
Test: atest ConcurrentHashMapTest
Change-Id: I40a5470baa72f146ea0415c80d4823ee3f4be73c
2 files changed