commit | f867b6f706818c886087f61b89d1e8f5fc4653cf | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Fri Sep 16 12:17:25 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Fri Sep 16 23:18:48 2011 -0700 |
tree | 87a87a20f884601848ad09ced087035d121ab2d0 | |
parent | 6bdc3b255d313a71016e78802dbcc97fa995c851 [diff] [blame] |
Filling in some Class, Method, and Field native code needed during startup and I/O Change-Id: Ia2f2a0ec295d1bd848e6f65254bd9fec2fde56f6
diff --git a/src/runtime.h b/src/runtime.h index 35f8ef7..6d11cf3 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -163,6 +163,7 @@ bool Init(const Options& options, bool ignore_unrecognized); void InitLibraries(); void RegisterRuntimeNativeMethods(JNIEnv*); + void RunImageClinits(); void StartDaemonThreads(); std::string boot_class_path_;