Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5918a9c8 authored by Andrew Solovay's avatar Andrew Solovay Committed by Android Git Automerger
Browse files

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

* commit '1d5976c8':
  docs: Fixed instructions on checking VM version.
parents 5f036fb8 1d5976c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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