Merge "Disable kEnableJavaStackTraceHandler"
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 48439b6..42d05a9 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -92,7 +92,7 @@
 
 namespace art {
 
-static constexpr bool kEnableJavaStackTraceHandler = true;
+static constexpr bool kEnableJavaStackTraceHandler = false;
 const char* Runtime::kDefaultInstructionSetFeatures =
     STRINGIFY(ART_DEFAULT_INSTRUCTION_SET_FEATURES);
 Runtime* Runtime::instance_ = NULL;