From 44044b1522c7486ca8b308bf49b1f39b82626e6d Mon Sep 17 00:00:00 2001 From: Lokesh Gidra Date: Tue, 26 Feb 2019 00:10:04 +0000 Subject: 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 --- test/ProfileTestMultiDex/Second.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/ProfileTestMultiDex') 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); - } -} -- cgit v1.2.3