diff options
| author | 2014-06-24 21:39:27 +0000 | |
|---|---|---|
| committer | 2014-06-24 21:39:27 +0000 | |
| commit | 1d5976c844dfc8c54a633a1d3748f4dea528063c (patch) | |
| tree | 553cd8e65ced0bd227d1fdfcd8d57528fe5e16c6 | |
| parent | 39b707c8d543149e449c04e502ee84361fe3fa47 (diff) | |
| parent | 906eda45b27668e4c0a37b5ba3fbd530308883e6 (diff) | |
am 906eda45: Merge "docs: Fixed instructions on checking VM version." into klp-docs
* commit '906eda45b27668e4c0a37b5ba3fbd530308883e6':
docs: Fixed instructions on checking VM version.
| -rw-r--r-- | docs/html/guide/practices/verifying-apps-art.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/practices/verifying-apps-art.jd b/docs/html/guide/practices/verifying-apps-art.jd index 0eedfafbbd93..8a88222ee2a0 100644 --- a/docs/html/guide/practices/verifying-apps-art.jd +++ b/docs/html/guide/practices/verifying-apps-art.jd @@ -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 |