summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2017-03-07 23:27:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-07 23:27:23 +0000
commita6fa68f22965ae065f06bebd1388a8ebfdeedca6 (patch)
tree817791f8a5cbba017e2e2efbc156c6932440a3b1 /test/ProfileTestMultiDex
parent7733305ab5716d1b1399bd7e261bfa6396eabba3 (diff)
parent589e71eb71477603c88b14118b2d3a33508c3c79 (diff)
Merge "Encode inline caches with missing types in the profile"
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 73fbb00d25..a8ced544c9 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();
}