Fix jni-internal test breakage

Change-Id: I30780e27e68e13d19f9d8b4b37af902f169c7bdb
diff --git a/runtime/common_test.h b/runtime/common_test.h
index 4fe9be6..79710b4 100644
--- a/runtime/common_test.h
+++ b/runtime/common_test.h
@@ -474,6 +474,7 @@
   void CompileMethod(mirror::AbstractMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
     CHECK(method != NULL);
     base::TimingLogger timings("CommonTest::CompileMethod", false, false);
+    timings.StartSplit("CompileOne");
     compiler_driver_->CompileOne(method, timings);
     MakeExecutable(method);
   }