diff options
author | Mathieu Chartier <mathieuc@google.com> | 2015-09-23 14:52:39 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2015-09-25 11:05:00 -0700 |
commit | 598302ac91fd3e990f50e1aa530c3ad61d6d946e (patch) | |
tree | e348ed768ad36e70c920114d1b7fe7b5b4d24a57 /test/051-thread | |
parent | a00bd9395be31bd69a0558b78a48e4279a6ce693 (diff) | |
download | art-598302ac91fd3e990f50e1aa530c3ad61d6d946e.tar.gz art-598302ac91fd3e990f50e1aa530c3ad61d6d946e.tar.bz2 art-598302ac91fd3e990f50e1aa530c3ad61d6d946e.zip |
Call JNI_OnUnload when class loaders get collected
Added test case to 141-class-unload.
Bug: 22720414
Change-Id: I0575fae72521520a17587e8b0088bf8112705ad8
Diffstat (limited to 'test/051-thread')
-rw-r--r-- | test/051-thread/expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/051-thread/expected.txt b/test/051-thread/expected.txt index 54e34af3aa..c6cd4f8bea 100644 --- a/test/051-thread/expected.txt +++ b/test/051-thread/expected.txt @@ -1,3 +1,4 @@ +JNI_OnLoad called thread test starting testThreadCapacity thread count: 512 testThreadDaemons starting thread 'TestDaemonThread' |