Dalvik VM from Android

By PianoPan On Monday, November 10, 2008 At 7:40 PM
Dalvik Java VM



dalvikvm -help

dalvikvm: [options] class [argument ...]
dalvikvm: [options] -jar file.jar [argument ...]

The following standard options are recognized:
-classpath classpath
-Dproperty=value
-verbose:tag ('gc', 'jni', or 'class')
-ea[:... |:]
-da[:... |:]
(-enableassertions, -disableassertions)
-esa
-dsa
(-enablesystemassertions, -disablesystemassertions)
-showversion
-help

The following extended options are recognized:
-Xrunjdwp:
-Xbootclasspath:bootclasspath
-Xcheck:tag (e.g. 'jni', 'jni-warnonly')
-XmsN (min heap, must be multiple of 1K, >= 1MB)
-XmxN (max heap, must be multiple of 1K, >= 2MB)
-XssN (stack size, >= 1KB, <= 256KB)
-Xverify:{none,remote,all}
-Xrs
-Xint (extended to accept ':portable' and ':fast')

These are unique to Dalvik:
-Xzygote
-Xdexopt:{none,verified,all}
-Xnoquithandler
-Xjnigreflimit:N (must be multiple of 100, >= 200)
-Xdeadlockpredict:{off,warn,err,abort}
-Xstacktracefile:

Configured with: debugger profiler hprof show_exception=1

Dalvik VM init failed (check log file)

for this post

Leave a Reply