summaryrefslogtreecommitdiffstats
path: root/vm/Init.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:43:57 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:43:57 -0800
commit5d709784bbf5001012d7f25172927d46f6c1abe1 (patch)
treea49c3dafdeed5037e5ad85aba23e5666b1faf57d /vm/Init.h
parentbcd637a94f10b49d18b87a74a015f9d3453ed77a (diff)
downloadandroid_dalvik-5d709784bbf5001012d7f25172927d46f6c1abe1.tar.gz
android_dalvik-5d709784bbf5001012d7f25172927d46f6c1abe1.tar.bz2
android_dalvik-5d709784bbf5001012d7f25172927d46f6c1abe1.zip
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'vm/Init.h')
-rw-r--r--vm/Init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/Init.h b/vm/Init.h
index 73d8fa664..854933834 100644
--- a/vm/Init.h
+++ b/vm/Init.h
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
/*
* VM initialization and shutdown.
*/
@@ -37,7 +38,7 @@ void dvmLateEnableAssertions(void);
* asked to optimize a DEX file holding fundamental classes.
*/
int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode,
- DexClassVerifyMode verifyMode);
+ DexClassVerifyMode verifyMode, int dexoptFlags);
/*
* Unconditionally abort the entire VM. Try not to use this.