RFR: JDK-8202016: Use obj+offset in interpreter array access
Roman Kennke
rkennke at redhat.com
Wed May 16 15:20:59 UTC 2018
Am 16.05.2018 um 17:14 schrieb Andrew Haley:
> On 05/14/2018 12:34 PM, Roman Kennke wrote:
>> The alternative would be to explicitely drag the base_obj through all
>> the BarrierSetAssembler calls.
>
> I wonder if that might be a better idea, though.
>
This would mean to also drag index and/or offset and/or disp through the
calls, some of which are optional/only used for specific types of
accesses. Seeing that all this stuff is already encapsulated in Address,
we can just as well use Address. Right?
Roman
More information about the hotspot-dev
mailing list