JIT JNI stubs.
Allow the JIT compiler to compile JNI stubs and make sure
they can be collected once they are not in use anymore.
Test: 667-jit-jni-stub
Test: Pixel 2 XL boots.
Test: m test-art-host-gtest
Test: testrunner.py --host --jit
Test: testrunner.py --target --jit
Bug: 65574695
Change-Id: Idf81f50bcfa68c0c403ad2b49058be62b21b7b1f
diff --git a/runtime/stack.h b/runtime/stack.h
index bd6204f..a16930b 100644
--- a/runtime/stack.h
+++ b/runtime/stack.h
@@ -140,8 +140,7 @@
};
template <CountTransitions kCount = CountTransitions::kYes>
- void WalkStack(bool include_transitions = false)
- REQUIRES_SHARED(Locks::mutator_lock_);
+ void WalkStack(bool include_transitions = false) REQUIRES_SHARED(Locks::mutator_lock_);
Thread* GetThread() const {
return thread_;