8068054: AARCH64: Assembler interpreter, shared runtime

John Rose john.r.rose at oracle.com
Wed Jan 21 19:45:55 UTC 2015


On Jan 21, 2015, at 1:15 AM, Andrew Haley <aph at redhat.com> wrote:
> 
> which suggested to me that the offset must be aligned by offset_unit.

offset_unit is a platform-specific number which exposes instruction alignment for reloc offsets.
It is 1 on x86 and 4 on SPARC.

— John


More information about the hotspot-dev mailing list