From 8f20a23a35fa6fbe4dcb4ff70268a24dc7fb2a24 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Tue, 12 Feb 2019 19:42:54 +0000 Subject: Revert "Add code size to CodeInfo" This reverts commit 68efa7b1128486e08ae60cd27181645b27bbd2e4. Reason for revert: Breaks tests Change-Id: I28fb143990f58e0d5f0b106bea9d9a159f19297e --- runtime/stack_map.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/stack_map.cc') diff --git a/runtime/stack_map.cc b/runtime/stack_map.cc index 5d30b771ae..62dec15c57 100644 --- a/runtime/stack_map.cc +++ b/runtime/stack_map.cc @@ -227,7 +227,6 @@ void CodeInfo::Dump(VariableIndentationOutputStream* vios, bool verbose, InstructionSet instruction_set) const { vios->Stream() << "CodeInfo BitSize=" << size_in_bits_ - << " CodeSize:" << StackMap::UnpackNativePc(packed_code_size_, instruction_set) << " FrameSize:" << packed_frame_size_ * kStackAlignment << " CoreSpillMask:" << std::hex << core_spill_mask_ << " FpSpillMask:" << std::hex << fp_spill_mask_ -- cgit v1.2.3-59-g8ed1b