summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/Second.java
diff options
context:
space:
mode:
authorLokesh Gidra <lokeshgidra@google.com>2019-02-26 00:10:04 +0000
committerLokesh Gidra <lokeshgidra@google.com>2019-02-26 00:21:13 +0000
commit44044b1522c7486ca8b308bf49b1f39b82626e6d (patch)
tree42e9ff1ceaf2918ad4adc7767576fbf5b6588f25 /test/ProfileTestMultiDex/Second.java
parent1194f8f6ec6a8825ebefbfae2f45fe4d1a93897d (diff)
Revert "Fix oatdump .data.bimg.rel.ro for intrinsics."
This reverts commit 9a8dcea0e97e610c5b8589e0093dbb7766a08694. Reason for revert: Causing the oatdump_app_test gtest failure over several builds. Change-Id: I5b985fc701183415529f636cf2e39ed46031ff59
Diffstat (limited to 'test/ProfileTestMultiDex/Second.java')
-rw-r--r--test/ProfileTestMultiDex/Second.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/ProfileTestMultiDex/Second.java b/test/ProfileTestMultiDex/Second.java
index 9f5dc66742..4b3c7a479b 100644
--- a/test/ProfileTestMultiDex/Second.java
+++ b/test/ProfileTestMultiDex/Second.java
@@ -30,11 +30,3 @@ class SubC extends Super {
int getValue() { return 24; }
}
-class TestIntrinsicOatdump {
- Integer valueOf(int i) {
- // ProfileTestMultiDex is used also for testing oatdump for apps.
- // This is a regression test that oatdump can handle .data.bimg.rel.ro
- // entries pointing to the middle of the "boot image live objects" array.
- return Integer.valueOf(i);
- }
-}