aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2017-03-07 20:47:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-07 20:47:12 +0000
commit5d5a9a817a296baed21cf1c0aaf0fa31ec038c67 (patch)
tree67928a2dc0811b078dda29aacf9c93c6bca5574f
parent031cf7cf22902a61c9f7c7feac4fd968e7b11ab5 (diff)
parent26a359df0b4b4fe1c316250e2dd0b8a73c989533 (diff)
downloadsource.android.com-5d5a9a817a296baed21cf1c0aaf0fa31ec038c67.tar.gz
Merge "Minor improvements for invoke-custom" am: bc8835fdc6 am: 7bb9b170d6
am: 26a359df0b Change-Id: I95556a470ce512e093f7fbcf0a65800e9c7d53ed
-rw-r--r--src/devices/tech/dalvik/dex-format.jd4
-rw-r--r--src/devices/tech/dalvik/instruction-formats.jd2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/tech/dalvik/dex-format.jd b/src/devices/tech/dalvik/dex-format.jd
index 33d96adf..1903f28d 100644
--- a/src/devices/tech/dalvik/dex-format.jd
+++ b/src/devices/tech/dalvik/dex-format.jd
@@ -1930,7 +1930,7 @@ passed in order and without any type conversions.
<li><code>java.lang.invoke.MethodType</code></li>
</ol>
-<p>And any remaining parameter types correspond to the additional arguments being passed to the bootstrap linker method.
+<p>The parameter types of any additional arguments are determined from their constant values.
<h3 id="method-handle-item">method_handle_item</h3>
<h4>appears in the method_handles section</h4>
@@ -1957,7 +1957,7 @@ passed in order and without any type conversions.
<td><i>(unused)</i></td>
</tr>
<tr>
- <td>field_or_method_id/td>
+ <td>field_or_method_id</td>
<td>ushort</td>
<td>Field or method id depending on whether the method handle type is an accessor or a method invoker</td>
</tr>
diff --git a/src/devices/tech/dalvik/instruction-formats.jd b/src/devices/tech/dalvik/instruction-formats.jd
index 697bc02c..76e61d42 100644
--- a/src/devices/tech/dalvik/instruction-formats.jd
+++ b/src/devices/tech/dalvik/instruction-formats.jd
@@ -465,7 +465,7 @@ the correspondence.</p>
</td>
</tr>
<tr>
- <td>AG|<i>op</i> BBBB F|E|D|C HHHH
+ <td>A|G|<i>op</i> BBBB F|E|D|C HHHH
<td>45cc</td>
<td>
<i>[<code>A=5</code>] <code>op</code></i> {vC, vD, vE, vF, vG}, meth@BBBB, proto@HHHH<br>