History log of /libcore/luni/src/test/java/libcore/dalvik/system/PathClassLoaderTest.java
Revision Date Author Comments
7da5bba6f670090bdd258c700d0db58b28ba551d 09-Apr-2015 Richard Uhler <ruhler@google.com> Add test for application use of PathClassLoader.

Bug: 19937016
(cherry picked from commit 58bef8e53e41a4b7cfe9cf647dca7c6d46528f32)

Change-Id: I347b4eee1f1e3702d34ea10feca6bc1b3f2f1ee8
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