From 7070ccd8b6439477eafeea7ed3736645d78e003f Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 8 Jul 2015 09:41:54 +0000 Subject: Revert "Remove interpreter entrypoint in ArtMethod." Build failures on bots. Investigating. This reverts commit fa2c054b28d4b540c1b3651401a7a091282a015f. Change-Id: Id65b2009aa66cb291fb8c39758a58e0b0d22616c --- runtime/stack.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/stack.cc') diff --git a/runtime/stack.cc b/runtime/stack.cc index 6f3b0a3bfe..11c94dbbb8 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -857,6 +857,7 @@ 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