summaryrefslogtreecommitdiffstats
path: root/runtime/native/java_lang_Throwable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/native/java_lang_Throwable.cc')
-rw-r--r--runtime/native/java_lang_Throwable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Throwable.cc b/runtime/native/java_lang_Throwable.cc
index d1a1105..3ed4cfe 100644
--- a/runtime/native/java_lang_Throwable.cc
+++ b/runtime/native/java_lang_Throwable.cc
@@ -22,7 +22,7 @@ namespace art {
static jobject Throwable_nativeFillInStackTrace(JNIEnv* env, jclass) {
ScopedFastNativeObjectAccess soa(env);
- return soa.Self()->CreateInternalStackTrace(soa);
+ return soa.Self()->CreateInternalStackTrace<false>(soa);
}
static jobjectArray Throwable_nativeGetStackTrace(JNIEnv* env, jclass, jobject javaStackState) {