summaryrefslogtreecommitdiffstats
path: root/test/ReferenceMap/stack_walk_refmap_jni.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ReferenceMap/stack_walk_refmap_jni.cc')
-rw-r--r--test/ReferenceMap/stack_walk_refmap_jni.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ReferenceMap/stack_walk_refmap_jni.cc b/test/ReferenceMap/stack_walk_refmap_jni.cc
index 3a16833..0370ead 100644
--- a/test/ReferenceMap/stack_walk_refmap_jni.cc
+++ b/test/ReferenceMap/stack_walk_refmap_jni.cc
@@ -63,7 +63,7 @@ struct ReferenceMap2Visitor : public Thread::StackVisitor {
// Enable this to dump reference map to LOG(INFO)
if (false) {
- ScopedThreadStateChange tsc(Thread::Current(), Thread::kRunnable);
+ ScopedThreadStateChange tsc(Thread::Current(), kRunnable);
art::verifier::DexVerifier::VerifyMethodAndDump(m);
}
const uint8_t* ref_bitmap = NULL;