History log of /art/test/612-jit-dex-cache/src-ex/LoadedByAppClassLoader.java
Revision Date Author Comments
166aaee6aa39c20c87113b3fcf0dcd81e0a934cb 18-Jul-2016 Andreas Gampe <agampe@google.com> ART: Fix type parameter in tests

Move Class to Class<?>, Constructor to Constructor<?>, and in
general clean up reflection.

Test: m test-art-host-run-test
Change-Id: I3a4223ee8d14d032015edf34bf27135757f7138c
e50a7b834b91564abc8dda32f2fbf8683e650df5 19-Jul-2016 Nicolas Geoffray <ngeoffray@google.com> JIT: Don't update the dex cache of another class loader.

This only works for properly delegating class loaders. But Java allows
non-delegating ones :(

bug:29964720

test:612-jit-dex-cache

(cherry picked from commit 491617a612c8a1c890e72d8ba780a151ddee8e11)
(cherry picked from commit a2d7cbb44e570ec0a9064dc93f57441e6ab9e45a)

(cherry picked from commit ae093d69f58c2b6257c3e5b82a32c135a1f33641)

Change-Id: I73df55286a9bdb3f96963e0756e3a8b784aa9077
ae093d69f58c2b6257c3e5b82a32c135a1f33641 19-Jul-2016 Nicolas Geoffray <ngeoffray@google.com> JIT: Don't update the dex cache of another class loader.

This only works for properly delegating class loaders. But Java allows
non-delegating ones :(

bug:29964720

test:612-jit-dex-cache

(cherry picked from commit 491617a612c8a1c890e72d8ba780a151ddee8e11)
(cherry picked from commit a2d7cbb44e570ec0a9064dc93f57441e6ab9e45a)

Change-Id: I2523ce1fd4cd36dc83394d0f77ffc3f844e80c69
491617a612c8a1c890e72d8ba780a151ddee8e11 19-Jul-2016 Nicolas Geoffray <ngeoffray@google.com> JIT: Don't update the dex cache of another class loader.

This only works for properly delegating class loaders. But Java allows
non-delegating ones :(

bug:29964720

Change-Id: I8b785e6cdfe9a2b77322521a02b8e59ec332ad83
test:612-jit-dex-cache