blob: 18ccd082ec60e2256969af57e8939e869b237016 [file] [log] [blame]
Elliott Hughes2faa5f12012-01-30 14:42:07 -08001/*
2 * Copyright (C) 2011 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Shih-wei Liao2fb97532011-08-11 16:17:23 -070016
Ian Rogers700a4022014-05-19 16:49:03 -070017#include <memory>
18
Shih-wei Liao2fb97532011-08-11 16:17:23 -070019#include "class_linker.h"
Brian Carlstroma1ce1fe2014-02-24 23:23:58 -080020#include "common_runtime_test.h"
Shih-wei Liao2fb97532011-08-11 16:17:23 -070021#include "dex_file.h"
Elliott Hughes956af0f2014-12-11 14:34:28 -080022#include "dex_file-inl.h"
Elliott Hughes90a33692011-08-30 13:27:07 -070023#include "gtest/gtest.h"
Brian Carlstroma1ce1fe2014-02-24 23:23:58 -080024#include "leb128.h"
Ian Rogers4f6ad8a2013-03-18 15:27:28 -070025#include "mirror/class-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080026#include "mirror/object_array-inl.h"
Ian Rogers04d7aa92013-03-16 14:29:17 -070027#include "mirror/object-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080028#include "mirror/stack_trace_element.h"
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +010029#include "oat_quick_method_header.h"
Shih-wei Liao2fb97532011-08-11 16:17:23 -070030#include "runtime.h"
Ian Rogers00f7d0e2012-07-19 15:28:27 -070031#include "scoped_thread_state_change.h"
Mathieu Chartiereb8167a2014-05-07 15:43:14 -070032#include "handle_scope-inl.h"
Shih-wei Liao2fb97532011-08-11 16:17:23 -070033#include "thread.h"
Vladimir Marko2e589aa2014-02-25 17:53:53 +000034#include "vmap_table.h"
Shih-wei Liao2fb97532011-08-11 16:17:23 -070035
36namespace art {
37
Brian Carlstroma1ce1fe2014-02-24 23:23:58 -080038class ExceptionTest : public CommonRuntimeTest {
Shih-wei Liao1a18c8c2011-08-14 17:47:36 -070039 protected:
40 virtual void SetUp() {
Brian Carlstroma1ce1fe2014-02-24 23:23:58 -080041 CommonRuntimeTest::SetUp();
Shih-wei Liao1a18c8c2011-08-14 17:47:36 -070042
Ian Rogers00f7d0e2012-07-19 15:28:27 -070043 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartiereb8167a2014-05-07 15:43:14 -070044 StackHandleScope<2> hs(soa.Self());
45 Handle<mirror::ClassLoader> class_loader(
46 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("ExceptionHandle"))));
Ian Rogers98379392014-02-24 16:53:16 -080047 my_klass_ = class_linker_->FindClass(soa.Self(), "LExceptionHandle;", class_loader);
Ian Rogers1d8cdbc2014-09-22 22:51:09 -070048 ASSERT_TRUE(my_klass_ != nullptr);
Mathieu Chartiereb8167a2014-05-07 15:43:14 -070049 Handle<mirror::Class> klass(hs.NewHandle(my_klass_));
Ian Rogers7b078e82014-09-10 14:44:24 -070050 class_linker_->EnsureInitialized(soa.Self(), klass, true, true);
Mathieu Chartiereb8167a2014-05-07 15:43:14 -070051 my_klass_ = klass.Get();
Brian Carlstrom33f741e2011-10-03 11:24:05 -070052
Ian Rogers4445a7e2012-10-05 17:19:13 -070053 dex_ = my_klass_->GetDexCache()->GetDexFile();
Brian Carlstrom33f741e2011-10-03 11:24:05 -070054
Brian Carlstromf8bbb842012-03-14 03:01:42 -070055 uint32_t code_size = 12;
Brian Carlstromf8bbb842012-03-14 03:01:42 -070056 for (size_t i = 0 ; i < code_size; i++) {
57 fake_code_.push_back(0x70 | i);
Brian Carlstrom3320cf42011-10-04 14:58:28 -070058 }
59
Vladimir Marko1e6cb632013-11-28 16:27:29 +000060 fake_mapping_data_.PushBackUnsigned(4); // first element is count
61 fake_mapping_data_.PushBackUnsigned(4); // total (non-length) elements
62 fake_mapping_data_.PushBackUnsigned(2); // count of pc to dex elements
Bill Buzbeea5b30242012-09-28 07:19:44 -070063 // --- pc to dex table
Vladimir Marko1e6cb632013-11-28 16:27:29 +000064 fake_mapping_data_.PushBackUnsigned(3 - 0); // offset 3
65 fake_mapping_data_.PushBackSigned(3 - 0); // maps to dex offset 3
Bill Buzbeea5b30242012-09-28 07:19:44 -070066 // --- dex to pc table
Vladimir Marko1e6cb632013-11-28 16:27:29 +000067 fake_mapping_data_.PushBackUnsigned(3 - 0); // offset 3
68 fake_mapping_data_.PushBackSigned(3 - 0); // maps to dex offset 3
Brian Carlstrom33f741e2011-10-03 11:24:05 -070069
Vladimir Marko2e589aa2014-02-25 17:53:53 +000070 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment);
Mathieu Chartier342a2622012-06-28 12:04:52 -070071
Ian Rogers5a6220c2012-09-24 10:52:10 -070072 fake_gc_map_.push_back(0); // 0 bytes to encode references and native pc offsets.
73 fake_gc_map_.push_back(0);
74 fake_gc_map_.push_back(0); // 0 entries.
75 fake_gc_map_.push_back(0);
76
Vladimir Marko8a630572014-04-09 18:45:35 +010077 const std::vector<uint8_t>& fake_vmap_table_data = fake_vmap_table_data_.GetData();
78 const std::vector<uint8_t>& fake_mapping_data = fake_mapping_data_.GetData();
Vladimir Marko7624d252014-05-02 14:40:15 +010079 uint32_t vmap_table_offset = sizeof(OatQuickMethodHeader) + fake_vmap_table_data.size();
Vladimir Marko8a630572014-04-09 18:45:35 +010080 uint32_t mapping_table_offset = vmap_table_offset + fake_mapping_data.size();
Mathieu Chartier957ca1c2014-11-21 16:51:29 -080081 uint32_t gc_map_offset = mapping_table_offset + fake_gc_map_.size();
82 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset,
Ian Rogers13735952014-10-08 12:43:28 -070083 4 * sizeof(void*), 0u, 0u, code_size);
Vladimir Marko8a630572014-04-09 18:45:35 +010084 fake_header_code_and_maps_.resize(sizeof(method_header));
85 memcpy(&fake_header_code_and_maps_[0], &method_header, sizeof(method_header));
86 fake_header_code_and_maps_.insert(fake_header_code_and_maps_.begin(),
87 fake_vmap_table_data.begin(), fake_vmap_table_data.end());
88 fake_header_code_and_maps_.insert(fake_header_code_and_maps_.begin(),
89 fake_mapping_data.begin(), fake_mapping_data.end());
Mathieu Chartier957ca1c2014-11-21 16:51:29 -080090 fake_header_code_and_maps_.insert(fake_header_code_and_maps_.begin(),
91 fake_gc_map_.begin(), fake_gc_map_.end());
Vladimir Marko8a630572014-04-09 18:45:35 +010092 fake_header_code_and_maps_.insert(fake_header_code_and_maps_.end(),
93 fake_code_.begin(), fake_code_.end());
94
Vladimir Marko562ff442015-10-27 18:51:20 +000095 // Align the code.
96 const size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
97 fake_header_code_and_maps_.reserve(fake_header_code_and_maps_.size() + alignment);
98 const void* unaligned_code_ptr =
99 fake_header_code_and_maps_.data() + (fake_header_code_and_maps_.size() - code_size);
100 size_t offset = dchecked_integral_cast<size_t>(reinterpret_cast<uintptr_t>(unaligned_code_ptr));
101 size_t padding = RoundUp(offset, alignment) - offset;
102 // Make sure no resizing takes place.
103 CHECK_GE(fake_header_code_and_maps_.capacity(), fake_header_code_and_maps_.size() + padding);
104 fake_header_code_and_maps_.insert(fake_header_code_and_maps_.begin(), padding, 0);
105 const void* code_ptr = reinterpret_cast<const uint8_t*>(unaligned_code_ptr) + padding;
106 CHECK_EQ(code_ptr,
107 static_cast<const void*>(fake_header_code_and_maps_.data() +
108 (fake_header_code_and_maps_.size() - code_size)));
109
110 if (kRuntimeISA == kArm) {
111 // Check that the Thumb2 adjustment will be a NOP, see EntryPointToCodePointer().
112 CHECK_ALIGNED(mapping_table_offset, 2);
113 }
Vladimir Marko8a630572014-04-09 18:45:35 +0100114
Mathieu Chartiere401d142015-04-22 13:56:20 -0700115 method_f_ = my_klass_->FindVirtualMethod("f", "()I", sizeof(void*));
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700116 ASSERT_TRUE(method_f_ != nullptr);
Vladimir Marko8a630572014-04-09 18:45:35 +0100117 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr);
Brian Carlstrom33f741e2011-10-03 11:24:05 -0700118
Mathieu Chartiere401d142015-04-22 13:56:20 -0700119 method_g_ = my_klass_->FindVirtualMethod("g", "(I)V", sizeof(void*));
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700120 ASSERT_TRUE(method_g_ != nullptr);
Vladimir Marko8a630572014-04-09 18:45:35 +0100121 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr);
Shih-wei Liao1a18c8c2011-08-14 17:47:36 -0700122 }
123
Brian Carlstrom33f741e2011-10-03 11:24:05 -0700124 const DexFile* dex_;
Shih-wei Liao1a18c8c2011-08-14 17:47:36 -0700125
Brian Carlstrom3320cf42011-10-04 14:58:28 -0700126 std::vector<uint8_t> fake_code_;
Vladimir Markof9f64412015-09-02 14:05:49 +0100127 Leb128EncodingVector<> fake_mapping_data_;
128 Leb128EncodingVector<> fake_vmap_table_data_;
Ian Rogers5a6220c2012-09-24 10:52:10 -0700129 std::vector<uint8_t> fake_gc_map_;
Vladimir Marko8a630572014-04-09 18:45:35 +0100130 std::vector<uint8_t> fake_header_code_and_maps_;
Brian Carlstrom3320cf42011-10-04 14:58:28 -0700131
Mathieu Chartiere401d142015-04-22 13:56:20 -0700132 ArtMethod* method_f_;
133 ArtMethod* method_g_;
Shih-wei Liao1a18c8c2011-08-14 17:47:36 -0700134
135 private:
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800136 mirror::Class* my_klass_;
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700137};
138
Shih-wei Liao1a18c8c2011-08-14 17:47:36 -0700139TEST_F(ExceptionTest, FindCatchHandler) {
Ian Rogersef7d42f2014-01-06 12:55:46 -0800140 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom33f741e2011-10-03 11:24:05 -0700141 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700142
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700143 ASSERT_TRUE(code_item != nullptr);
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700144
145 ASSERT_EQ(2u, code_item->tries_size_);
Ian Rogersd81871c2011-10-03 13:57:23 -0700146 ASSERT_NE(0u, code_item->insns_size_in_code_units_);
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700147
Elliott Hughes7b9d9962012-04-20 18:48:18 -0700148 const DexFile::TryItem *t0, *t1;
Ian Rogers0571d352011-11-03 19:51:38 -0700149 t0 = dex_->GetTryItems(*code_item, 0);
150 t1 = dex_->GetTryItems(*code_item, 1);
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700151 EXPECT_LE(t0->start_addr_, t1->start_addr_);
Ian Rogers0571d352011-11-03 19:51:38 -0700152 {
153 CatchHandlerIterator iter(*code_item, 4 /* Dex PC in the first try block */);
154 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
155 ASSERT_TRUE(iter.HasNext());
156 iter.Next();
157 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
158 ASSERT_TRUE(iter.HasNext());
159 iter.Next();
160 EXPECT_FALSE(iter.HasNext());
161 }
162 {
163 CatchHandlerIterator iter(*code_item, 8 /* Dex PC in the second try block */);
164 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
165 ASSERT_TRUE(iter.HasNext());
166 iter.Next();
167 EXPECT_FALSE(iter.HasNext());
168 }
169 {
170 CatchHandlerIterator iter(*code_item, 11 /* Dex PC not in any try block */);
171 EXPECT_FALSE(iter.HasNext());
172 }
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700173}
174
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700175TEST_F(ExceptionTest, StackTraceElement) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -0700176 Thread* thread = Thread::Current();
Ian Rogers0fb6bb52012-08-14 15:10:19 -0700177 thread->TransitionFromSuspendedToRunnable();
Brian Carlstrombd86bcc2013-03-10 20:26:16 -0700178 bool started = runtime_->Start();
179 CHECK(started);
Ian Rogers00f7d0e2012-07-19 15:28:27 -0700180 JNIEnv* env = thread->GetJniEnv();
181 ScopedObjectAccess soa(env);
Brian Carlstrom25c33252011-09-18 15:58:35 -0700182
Elliott Hughes3b6baaa2011-10-14 19:13:56 -0700183 std::vector<uintptr_t> fake_stack;
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700184 Runtime* r = Runtime::Current();
185 r->SetInstructionSet(kRuntimeISA);
Mathieu Chartiere401d142015-04-22 13:56:20 -0700186 ArtMethod* save_method = r->CreateCalleeSaveMethod();
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700187 r->SetCalleeSaveMethod(save_method, Runtime::kSaveAll);
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +0100188 QuickMethodFrameInfo frame_info = r->GetRuntimeMethodFrameInfo(save_method);
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700189
Brian Carlstromba150c32013-08-27 17:31:03 -0700190 ASSERT_EQ(kStackAlignment, 16U);
Andreas Gampecfa5c482014-03-12 14:11:40 -0700191 // ASSERT_EQ(sizeof(uintptr_t), sizeof(uint32_t));
Ian Rogers0cfe1fb2011-08-26 03:29:44 -0700192
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700193
Elliott Hughes956af0f2014-12-11 14:34:28 -0800194 // Create three fake stack frames with mapping data created in SetUp. We map offset 3 in the
195 // code to dex pc 3.
196 const uint32_t dex_pc = 3;
Ian Rogersf57c47c2011-10-06 00:06:17 -0700197
Elliott Hughes956af0f2014-12-11 14:34:28 -0800198 // Create the stack frame for the callee save method, expected by the runtime.
199 fake_stack.push_back(reinterpret_cast<uintptr_t>(save_method));
200 for (size_t i = 0; i < frame_info.FrameSizeInBytes() - 2 * sizeof(uintptr_t);
201 i += sizeof(uintptr_t)) {
Ian Rogersef7d42f2014-01-06 12:55:46 -0800202 fake_stack.push_back(0);
Ian Rogersef7d42f2014-01-06 12:55:46 -0800203 }
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700204
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +0100205 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(
206 method_g_, dex_pc, /* is_catch_handler */ false)); // return pc
Elliott Hughes956af0f2014-12-11 14:34:28 -0800207
208 // Create/push fake 16byte stack frame for method g
209 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_g_));
210 fake_stack.push_back(0);
211 fake_stack.push_back(0);
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +0100212 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(
213 method_g_, dex_pc, /* is_catch_handler */ false)); // return pc
Elliott Hughes956af0f2014-12-11 14:34:28 -0800214
215 // Create/push fake 16byte stack frame for method f
216 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_f_));
217 fake_stack.push_back(0);
218 fake_stack.push_back(0);
219 fake_stack.push_back(0xEBAD6070); // return pc
220
Mathieu Chartier2cebb242015-04-21 16:50:40 -0700221 // Push Method* of null to terminate the trace
Elliott Hughes956af0f2014-12-11 14:34:28 -0800222 fake_stack.push_back(0);
223
224 // Push null values which will become null incoming arguments.
225 fake_stack.push_back(0);
226 fake_stack.push_back(0);
227 fake_stack.push_back(0);
228
229 // Set up thread to appear as if we called out of method_g_ at pc dex 3
Mathieu Chartiere401d142015-04-22 13:56:20 -0700230 thread->SetTopOfStack(reinterpret_cast<ArtMethod**>(&fake_stack[0]));
Elliott Hughes956af0f2014-12-11 14:34:28 -0800231
Sebastien Hertzee1d79a2014-02-21 15:46:30 +0100232 jobject internal = thread->CreateInternalStackTrace<false>(soa);
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700233 ASSERT_TRUE(internal != nullptr);
Ian Rogers53b8b092014-03-13 23:45:53 -0700234 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal);
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700235 ASSERT_TRUE(ste_array != nullptr);
Mathieu Chartiere401d142015-04-22 13:56:20 -0700236 auto* trace_array = soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array);
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700237
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700238 ASSERT_TRUE(trace_array != nullptr);
239 ASSERT_TRUE(trace_array->Get(0) != nullptr);
Brian Carlstrom33f741e2011-10-03 11:24:05 -0700240 EXPECT_STREQ("ExceptionHandle",
Shih-wei Liao44175362011-08-28 16:59:17 -0700241 trace_array->Get(0)->GetDeclaringClass()->ToModifiedUtf8().c_str());
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700242 EXPECT_STREQ("ExceptionHandle.java",
243 trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str());
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700244 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str());
Brian Carlstrom06ed7392012-01-31 01:25:48 -0800245 EXPECT_EQ(37, trace_array->Get(0)->GetLineNumber());
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700246
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700247 ASSERT_TRUE(trace_array->Get(1) != nullptr);
Brian Carlstrom33f741e2011-10-03 11:24:05 -0700248 EXPECT_STREQ("ExceptionHandle",
Shih-wei Liao44175362011-08-28 16:59:17 -0700249 trace_array->Get(1)->GetDeclaringClass()->ToModifiedUtf8().c_str());
Ian Rogers1d8cdbc2014-09-22 22:51:09 -0700250 EXPECT_STREQ("ExceptionHandle.java",
251 trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str());
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700252 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str());
Brian Carlstrom06ed7392012-01-31 01:25:48 -0800253 EXPECT_EQ(22, trace_array->Get(1)->GetLineNumber());
Elliott Hughesa43e0932012-03-27 18:35:33 -0700254
Elliott Hughes956af0f2014-12-11 14:34:28 -0800255 thread->SetTopOfStack(nullptr); // Disarm the assertion that no code is running when we detach.
Shih-wei Liao55df06b2011-08-26 14:39:27 -0700256}
257
Shih-wei Liao2fb97532011-08-11 16:17:23 -0700258} // namespace art