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

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

am 296b5a77: am 5918a9c8: am 1d5976c8: am 906eda45: Merge "docs: Fixed...

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

* commit '296b5a77':
  docs: Fixed instructions on checking VM version.
parents b202d685 296b5a77
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