8027445: SIGSEGV at TestFloatingDecimal.testAppendToDouble()I
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Oct 31 08:39:31 PDT 2013
On 10/31/13 2:26 AM, Roland Westrelin wrote:
>
>> And it can happen in 32 bit mode since SPARC's registers are 64-bit, so don't put it under #ifdef LP64.
>
> In 32bit mode, it can happen that the upper half of a register is non null but that won’t affect the following load because the upper half is ignored on the memory access anyway. So this is really 64 bit only.
Yes, you are right.
Vladimir
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list