commit | 4998374789fc62c147027eef022c74a97949ac6e | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Thu Jun 11 18:42:58 2015 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Fri Jun 12 19:39:29 2015 +0200 |
tree | f3700150cc6409c177c373813120ba579ffa4c09 | |
parent | 6ba35b50347aa7418c66c7b046cd164987e95df3 [diff] |
JDWP: update handling of 8-bit and 16-bit fields We must use special getter/setter for types smaller than int: boolean, byte, char and short. However, JDWP still requires to treat: - int and float as 32-bit values - long and double as 64-bit values Bug: 21746739 (cherry picked from commit 05c26b30843dd8283c703356e75d51726e8b8e3a) Change-Id: I2d667291974e191f2c9b10311ce02435b902dd0c