RFR(XS) 8050167: linux-sparcv9: hs_err file does not show any stack information

Coleen Phillimore coleen.phillimore at oracle.com
Fri Jul 18 23:07:26 UTC 2014


Never mind, it already has it.
Coleen

On 7/18/14, 7:02 PM, Coleen Phillimore wrote:
>
> You could change ucontext_get_fp in linux-sparc like solaris_sparc:
>
> // Solaris X86 only
> intptr_t* os::Solaris::ucontext_get_fp(ucontext_t *uc) {
>   ShouldNotReachHere();
>   return NULL;
> }
>
>
> Coleen
>
> On 7/18/14, 5:37 PM, Zhengyu Gu wrote:
>> This is a small fix to setup the first stack frame from exception 
>> handler. Sparc's sigcontext does not contain frame pointer, so uses 
>> frame::unpatchable instead.
>>
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8050167
>> Webrev: http://cr.openjdk.java.net/~zgu/8050167/webrev.00/
>>
>>
>> Thanks,
>>
>> -Zhengyu
>



More information about the hotspot-dev mailing list