RFR(s): 8065895: Synchronous signals during error reporting may terminate or hang VM process
David Holmes
david.holmes at oracle.com
Thu Nov 27 11:00:06 UTC 2014
On 27/11/2014 8:55 PM, Andrew Haley wrote:
> On 11/27/2014 10:38 AM, Thomas Stüfe wrote:
>> Hi Andrew, thank you! Does endianess matter ?
>
> Yes. I'd do it symbolically rather than mess with endian defines:
>
> #ifdef AARCH64
> unsigned insn;
> asm("b 1f; 0: dcps1; 1: ldr %0, 0b" : "=r"(insn));
> #endif
Does that work for ARMv7?
Thanks,
David
> Andrew.
>
More information about the hotspot-runtime-dev
mailing list