summaryrefslogtreecommitdiff
path: root/runtime/interpreter/unstarted_runtime_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/interpreter/unstarted_runtime_test.cc')
-rw-r--r--runtime/interpreter/unstarted_runtime_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/interpreter/unstarted_runtime_test.cc b/runtime/interpreter/unstarted_runtime_test.cc
index 494eb756a4..44c1e2627a 100644
--- a/runtime/interpreter/unstarted_runtime_test.cc
+++ b/runtime/interpreter/unstarted_runtime_test.cc
@@ -25,6 +25,7 @@
#include "class_linker.h"
#include "class_root-inl.h"
#include "common_runtime_test.h"
+#include "common_throws.h"
#include "dex/descriptors_names.h"
#include "dex/dex_instruction.h"
#include "handle.h"
@@ -42,7 +43,6 @@
#include "scoped_thread_state_change-inl.h"
#include "shadow_frame-inl.h"
#include "thread.h"
-#include "transaction.h"
#include "unstarted_runtime_list.h"
namespace art HIDDEN {
@@ -216,7 +216,7 @@ class UnstartedRuntimeTest : public CommonRuntimeTest {
void PrepareForAborts() REQUIRES_SHARED(Locks::mutator_lock_) {
ObjPtr<mirror::Object> result = Runtime::Current()->GetClassLinker()->FindClass(
Thread::Current(),
- Transaction::kAbortExceptionDescriptor,
+ kTransactionAbortErrorDescriptor,
ScopedNullHandle<mirror::ClassLoader>());
CHECK(result != nullptr);
}