diff options
author | Lokesh Gidra <lokeshgidra@google.com> | 2019-02-26 00:10:04 +0000 |
---|---|---|
committer | Lokesh Gidra <lokeshgidra@google.com> | 2019-02-26 00:21:13 +0000 |
commit | 44044b1522c7486ca8b308bf49b1f39b82626e6d (patch) | |
tree | 42e9ff1ceaf2918ad4adc7767576fbf5b6588f25 /test/ProfileTestMultiDex | |
parent | 1194f8f6ec6a8825ebefbfae2f45fe4d1a93897d (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')
-rw-r--r-- | test/ProfileTestMultiDex/Second.java | 8 |
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); - } -} |