am 1d5976c8: am 906eda45: Merge "docs: Fixed instructions on checking VM version." into klp-docs

* commit '1d5976c844dfc8c54a633a1d3748f4dea528063c':
  docs: Fixed instructions on checking VM version.
This commit is contained in:
Andrew Solovay
2014-06-24 21:44:43 +00:00
committed by Android Git Automerger

View File

@@ -66,7 +66,7 @@ to prevent <a
href="{@docRoot}/tools/debugging/debugging-memory.html#LogMessages"><code>GC_FOR_ALLOC</code></a>-type
occurrences or to reduce fragmentation. You can verify which runtime is in use
by calling {@link java.lang.System#getProperty(java.lang.String)
System.getProperty("dalvik.vm.version")}. If ART is in use, the property's value
System.getProperty("java.vm.version")}. If ART is in use, the property's value
is <code>"2.0.0"</code> or higher.</p>
<p>Furthermore, a compacting garbage collector is under development in the <a