diff options
author | Lokesh Gidra <lokeshgidra@google.com> | 2019-02-25 18:13:18 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-25 18:13:18 -0800 |
commit | 97e465a09db0dcd94ba9812c0f3837cf81f06c99 (patch) | |
tree | 42e9ff1ceaf2918ad4adc7767576fbf5b6588f25 /test/ProfileTestMultiDex/Second.java | |
parent | 013036df2fd4b9734c21b34b322add15db1c0939 (diff) | |
parent | 44044b1522c7486ca8b308bf49b1f39b82626e6d (diff) |
Revert "Fix oatdump .data.bimg.rel.ro for intrinsics."
am: 44044b1522
Change-Id: I0ecccc97efa72030848e38d0e48a781c63fa9559
Diffstat (limited to 'test/ProfileTestMultiDex/Second.java')
-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); - } -} |