summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2017-03-07 23:33:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-07 23:33:25 +0000
commit6575e5231566093b5bfbc15b1f5e68467c0aca62 (patch)
tree817791f8a5cbba017e2e2efbc156c6932440a3b1 /test/ProfileTestMultiDex
parentf486559d55a2cc1904407c87b5b5e618e6422d40 (diff)
parent8db2d6ac266debf73b7961dc7ca45e45f72f24ed (diff)
Merge "Encode inline caches with missing types in the profile" am: a6fa68f229
am: 8db2d6ac26 Change-Id: Ib36520dc4faa6696cf24d776c986e3d207196b38
Diffstat (limited to 'test/ProfileTestMultiDex')
-rw-r--r--test/ProfileTestMultiDex/Main.java4
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();
}