aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2017-03-02 10:41:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-02 10:41:27 +0000
commit5ddc254f6370f163be0b8036967fbcda96ab68d6 (patch)
tree5e2a42518c91bf38e53130d3a4afedc0ca37bc2a
parentc6e09eb6166fbd22ea8af3a1b1053539bd223d35 (diff)
parent75113c6093ca2fc2a32426f881bb6967bea3a0e9 (diff)
downloadsource.android.com-5ddc254f6370f163be0b8036967fbcda96ab68d6.tar.gz
Merge "Docs: Add invoke-polymorphic and invoke-polymorphic/range to home" am: 76fdb5bcd6
am: 75113c6093 Change-Id: If0c4f2bb1225aa41357018290fcb3f99e8a7e18f
-rw-r--r--src/index.jd18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/index.jd b/src/index.jd
index c07f0b50..fa1cd74f 100644
--- a/src/index.jd
+++ b/src/index.jd
@@ -44,8 +44,17 @@ requirements.</p>
<div class="col-8">
<h3>What's New</h3>
-<h4>Background App Compilation in A/B System Updates</h4>
+<h4>New Dalvik Bytecodes and Formats</h4>
+<p>Dalvik now offers new <strong><a
+href="{@docRoot}devices/tech/dalvik/dalvik-bytecode.html">bytecode formats 45cc
+and 4rcc</a></strong> and placeholder opcodes for <strong><a
+href="{@docRoot}devices/tech/dalvik/instruction-formats.html">invoke-polymorphic
+and invoke-polymorphic/range</a></strong>, which are the first dex instructions
+that use these new formats. In addition to a method_idx that gives the invoked
+method, these instructions also provide a proto_idx that gives the (static)
+type signature of the call site.</p>
+<h4>Background App Compilation in A/B System Updates</h4>
<p>Examples for
<strong><a href="{@docRoot}devices/tech/dalvik/configure.html#other_odex">installing</a></strong> and
<strong><a href="{@docRoot}devices/tech/ota/ab_updates.html#configuration">configuring</a></strong>
@@ -86,13 +95,6 @@ releases contain test fixes and verify security patches up to the <strong><a
href="{@docRoot}security/bulletin/2016-12-01.html">December 2016 Public
Security Bulletin</a></strong>.</p>
-<h4>dalvik.annotation.MethodParameters</h4>
-<p>A <code>dalvik.annotation.MethodParameters</code> annotation has been added
-to AOSP after Android 7.1 that is optional and can be used to provide parameter
-metadata such as parameter names and modifiers. See <strong><a
-href="devices/tech/dalvik/dex-format.html#dalvik-annotation-method-parameters">Dalvik
-Executable format</a></strong> for a complete description.</p>
-
</div>
<div class="col-8">