From 7bf2b4f1d08050f80782217febac55c8cfc5e4ef Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 8 Jul 2015 10:11:59 +0000 Subject: Revert "Revert "Remove interpreter entrypoint in ArtMethod."" The start of the interned strings in the image was not aligned properly, now that ArtMethods just need to be word aligned. This reverts commit 7070ccd8b6439477eafeea7ed3736645d78e003f. bug:22242193 Change-Id: I580c23310c33c239fe0e5d15c72f23a936f58ed1 --- runtime/stack.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/stack.cc') diff --git a/runtime/stack.cc b/runtime/stack.cc index 11c94dbbb8..6f3b0a3bfe 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -857,7 +857,6 @@ void StackVisitor::WalkStack(bool include_transitions) { << " native=" << method->IsNative() << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() << "," << method->GetEntryPointFromJni() - << "," << method->GetEntryPointFromInterpreter() << " next=" << *cur_quick_frame_; } -- cgit v1.2.3-59-g8ed1b