diff options
author | Lokesh Gidra <lokeshgidra@google.com> | 2019-02-25 22:46:40 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-25 22:46:40 -0800 |
commit | 217c5cf725045ed660ac2a3cc6660bfbf3c75b4d (patch) | |
tree | 42e9ff1ceaf2918ad4adc7767576fbf5b6588f25 /test/ProfileTestMultiDex/Second.java | |
parent | 272150ec8ee8363a70d97c342e472f2bcfedec73 (diff) | |
parent | 3fe58352b193c7c9ae00396d14ef8973f765b02d (diff) |
Revert "Fix oatdump .data.bimg.rel.ro for intrinsics." am: 44044b1522 am: 97e465a09d
am: 3fe58352b1
Change-Id: I7a4dee09ea6735eb7c97a40f89dcf6c0df3154e3
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); - } -} |