History log of /art/test/068-classloader/src/Main.java
Revision Date Author Comments
6d25cf6cbda1b95fb014a3fd22c01a6bdf47725e 13-Apr-2016 Mathieu Chartier <mathieuc@google.com> Fix InsertDexFileInToClassLoader to handle null class loaders

Maybe used by legacy apps. This functionality is planned for
deprecation.

Bug: 27954959

(cherry picked from commit f2bf9d640e37b72be8b4f6016d4aa95a0e27b7b4)

Change-Id: I1ae2cf1e33f2f1b237a41c8cc50d2a814a52a95a
f2bf9d640e37b72be8b4f6016d4aa95a0e27b7b4 13-Apr-2016 Mathieu Chartier <mathieuc@google.com> Fix InsertDexFileInToClassLoader to handle null class loaders

Maybe used by legacy apps. This functionality is planned for
deprecation.

Bug: 27954959

Change-Id: I20a3f9de2ca743b2ba2a26d591c09624ead4127e
1ed1a1320c89a143a8139d331a05d47ed3db64f7 01-Dec-2015 Mathieu Chartier <mathieuc@google.com> Revert "Change LoadNativeLibrary to use GetOrCreateAllocator"

This reverts commit 2d902b99bba7ae1ad77ebeb038a4ef63c3ed6399.

Change-Id: I4a674844f2f6d76d1c33741b46f12417ec7eab35
2d902b99bba7ae1ad77ebeb038a4ef63c3ed6399 25-Nov-2015 Mathieu Chartier <mathieuc@google.com> Change LoadNativeLibrary to use GetOrCreateAllocator

Previously we used GetAllocatorForClassLoader. This did not
handle the case where someone called LoadLibrary without having
already loaded a class.

Added regression test.

Bug: 25866849

Change-Id: Id720505eaded3b0f9c2eab59a40611b328837c4a
598854726a5d50c18fa720af6b097279e5e01584 21-Apr-2015 Brian Carlstrom <bdc@google.com> Class.forName(..., ..., null) fixes
- Add test for Class.forName(..., ..., null)
- Simplify VMStack.getClosestUserClassLoader based on new behavior of Class.forName(..., ..., null)

Change-Id: I6bc470e20fa177e8a3debe55c90a84eef7ef518e
26684c0fc0c77f057c9c25f15cd42553491ac4a9 16-Apr-2015 Andreas Gampe <agampe@google.com> ART: Extend run-test 068-classloader

Add code that tries to provoke dex-cache collisions.

Change-Id: I58c7905597a501f3731efe4c6e1e2f7772e3b312
4d9716c19cc25911e639272048abd0d6702bb082 30-Jan-2012 Brian Carlstrom <bdc@google.com> Class::SetStatus(kStatusError) now checks that an exception is pending and uses it to SetVerifyErrorClass

Change-Id: I02f4adc51ac6da88d4969655fa828f93941c4c0a
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8