OSDN Git Service

Fix 496 test.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 23 Jun 2015 11:09:55 +0000 (12:09 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 23 Jun 2015 15:28:34 +0000 (16:28 +0100)
commit9714a6e8a2a2c09a1a7954bdd640b5730de411b2
tree7a237d5be79bb84ec7503746970ff6ff26864af9
parentd4a02cfc59a449d216faa687cfdaa4252b4a433f
Fix 496 test.

Make sure the class requested by LoadedByMyClassLoader.bar
is not loaded yet ('Main' is already loaded), in order to
do a proper class loader lookup and not use a dex cache
version.

Change-Id: I77215ae489e6d2c50b90684951bccd0bbf8c1a53
test/496-checker-inlining-and-class-loader/expected.txt
test/496-checker-inlining-and-class-loader/src/FirstSeenByMyClassLoader.java [new file with mode: 0644]
test/496-checker-inlining-and-class-loader/src/Main.java