diff options
author | Alex Light <allight@google.com> | 2019-05-22 17:08:35 +0000 |
---|---|---|
committer | Alex Light <allight@google.com> | 2019-05-22 17:29:29 +0000 |
commit | e2ddce3dec02cf7c9eb5efb2e29c250a5e909995 (patch) | |
tree | df9ee07990149cceffe0496807c0e88f534211ec /test/521-checker-array-set-null/src/Main.java | |
parent | 6045bc202f2c470b63c40a5a25db369b5a049c28 (diff) |
Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable"
This reverts commit 99cbfb55fc7ac0f65b1ccdc7076219fcee383b92.
This unreverts commit e48fd0b4780efadc6b3433fe7a56aa5be2a84325.
We were incorrectly bounds-checking the register number. We were
treating it as unsigned when it was actual signed. Previously this
wouldn't matter since normally the debug-info won't have any
information for negative slots but by falling back to the verifier
we hit some check failures.
Reason for revert: Fixed underlying issue with bad bounds check.
Bug: 131711256
Change-Id: I0b859ce322f3b23f937b72d735db8f6870c40602
Diffstat (limited to 'test/521-checker-array-set-null/src/Main.java')
0 files changed, 0 insertions, 0 deletions