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