commit | 1362b9fd1d5785d77c79a69f1cd27224b73ca9a9 | [log] [tgz] |
---|---|---|
author | Xiaobin Lu <xlu@openjdk.org> | Wed Dec 24 13:06:09 2008 -0800 |
committer | Xiaobin Lu <xlu@openjdk.org> | Wed Dec 24 13:06:09 2008 -0800 |
tree | eec09bbe43d869304d8220675620ccb4e24d796d | |
parent | d80f5c02659689a0827209a33fb8448169493de2 [diff] |
6787106: Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t Avoid casting between int32_t and intptr_t specifically for MasmAssembler::movptr in 32 bit platforms. Reviewed-by: jrose, kvn