History log of /libcore/luni/src/test/java/libcore/dalvik/system/PathClassLoaderTest.java
Revision Date Author Comments
6e65088f21ac5bda5d25fade13ee360c5cba3457 25-Sep-2010 Jesse Wilson <jessewilson@google.com> Rely on the test runner to ensure a pristine VM.

Change-Id: I6f5bfad6f861eb7b398ed7d86747d66cea4f2343
http://b/issue?id=2660429
af7e77337d97ca5961159a7298e3f47a1c507db3 27-Aug-2010 Jesse Wilson <jessewilson@google.com> Search the application library path first.

In Froyo and earlier, we search the system library path first. This
makes it impossible for applications to provide newer versions of
native libraries when old versions are shipped on the device.

Change-Id: I0a154e32f62a28cf841b9e8d2dbd2d9cce6f3128
http://b/issue?id=2933456