1Tests that redefined dex files are stored in the appropriate classloader. 2 3This test cannot run on the RI. 4 5We use reflection with setAccessible(true) to examine the private internals of 6classloaders. Changes to the internal operation or definition of 7dalvik.system.BaseDexClassLoader might cause this test to fail. 8