History log of /art/test/068-classloader/src/FancyLoader.java
Revision Date Author Comments
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
6ce558b97f80d4ef7be2ef43333101d1aac7dcbf 11-Apr-2012 TDYa127 <tdy@google.com> Fix the hardcoded path.

Change-Id: I13f47555966e9d48703f14e3e9a80e2d9af80c2b
78325a44fbbdfbf47c9f1bd3166afcb71465a013 07-Mar-2012 Brian Carlstrom <bdc@google.com> Fix 071-dexfile by having run-test use a unique directory

If userdata.img is flashed, the /data/art-test is owned by the system
user. However, 071 requires the directory it runs in to have be owned
by the running user (root in eng builds).

Change-Id: I5230908291fd2ff6c5ebda98cfc3ef4c7ea7482e
741b5b7ef4c7fd4a786364bbf60d515489caff47 01-Feb-2012 Elliott Hughes <enh@google.com> Manually merge my AOSP update to the VM tests.

Original change: https://android-review.googlesource.com/32051

Bug: http://code.google.com/p/android/issues/detail?id=21599
Bug: http://code.google.com/p/android/issues/detail?id=21597
Change-Id: I31e440b66b720647afab54ca39fd6eb1bbb0cb60
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
725aee5889a9e57c08689f6c1cb9763e8d1fd377 11-Jan-2012 Ian Rogers <irogers@google.com> Fixes for 071-dexfile

Ensure dex2oat has the correct process group.
Don't unmap dex file in DexFile.open.
Diagnostic warning messages in DexFile.open in particular as the class
loader will swallow the IOExceptions without logging.
Fix location of test-ex.jar for test 068-classloader.

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