diff options
| author | Calin Juravle <calin@google.com> | 2017-03-07 23:31:25 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-07 23:31:25 +0000 |
| commit | 8db2d6ac266debf73b7961dc7ca45e45f72f24ed (patch) | |
| tree | 817791f8a5cbba017e2e2efbc156c6932440a3b1 /test/ProfileTestMultiDex/Main.java | |
| parent | d92fa3b42d9223799b7ab597c6cc6ad4af6d865f (diff) | |
| parent | a6fa68f22965ae065f06bebd1388a8ebfdeedca6 (diff) | |
Merge "Encode inline caches with missing types in the profile"
am: a6fa68f229
Change-Id: Ibe2d52464c11a013aafb858bb27a154509197bd5
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
| -rw-r--r-- | test/ProfileTestMultiDex/Main.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ProfileTestMultiDex/Main.java b/test/ProfileTestMultiDex/Main.java index 73fbb00d25b..a8ced544c98 100644 --- a/test/ProfileTestMultiDex/Main.java +++ b/test/ProfileTestMultiDex/Main.java @@ -39,6 +39,10 @@ class TestInline { return s.getValue(); } + public int inlineMissingTypes(Super s) { + return s.getValue(); + } + public int noInlineCache(Super s) { return s.getValue(); } |
