commit | 13ac45a8313dada6cf1d85b11198810831c88add | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Thu Jan 12 12:30:16 2012 -0800 |
committer | buzbee <buzbee@google.com> | Thu Jan 12 12:32:44 2012 -0800 |
tree | 2486a90fbffce59cf1ddcd832875f1f5f7b08064 | |
parent | 63efec135fa63c00dd7360afb319bee875c5d5e7 [diff] |
Fix invokeSuper range check (cts blocker) The generated range check for the slow/slow path of invoke super had the operands backwards, with predictable results. With this fix, cts testing can proceed. A new slow-path testing mode will be added in an upcoming CL to exercise this path. Change-Id: I36bba5bc5484fc7aaa0aca5ad394c10ea5efd0b1