summaryrefslogtreecommitdiffstats
path: root/dalvik
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-11-30 22:38:50 -0800
committerDan Bornstein <danfuzz@android.com>2010-11-30 22:38:50 -0800
commit5efe91b19459d10840f5eefc1cb00d00b46ec8a2 (patch)
tree7a74bc641dbc5235c023451f96a5cbef11dfae39 /dalvik
parent46c851854bac3535f95d0305e37aaed24893b921 (diff)
downloadlibcore-5efe91b19459d10840f5eefc1cb00d00b46ec8a2.zip
libcore-5efe91b19459d10840f5eefc1cb00d00b46ec8a2.tar.gz
libcore-5efe91b19459d10840f5eefc1cb00d00b46ec8a2.tar.bz2
Match comment to the new reality.
...which is the same as the slightly older reality, as it happens. Change-Id: If9f5a33a2a97471b25141cc1e7f496cdef5a77c4
Diffstat (limited to 'dalvik')
-rw-r--r--dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java b/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
index 2ba1823..bbd524b 100644
--- a/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
+++ b/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
@@ -54,7 +54,8 @@ public final class OpcodeInfo {
* Returns whether the given opcode represents a method invocation
* operation. This includes most things that look like method
* invocation at the source level, but it notably excludes methods
- * that are implemented directly in the VM.
+ * that are implemented directly in the VM as well as ones the VM
+ * knows to have empty implementations.
*
* @hide Unclear if this is useful enough to publish as supported API.
*