SIGBUS in Access<1572864UL>::store_at<int> on Solaris/SPARC
Roman Kennke
rkennke at redhat.com
Thu Feb 22 19:47:37 UTC 2018
On Thu, Feb 22, 2018 at 8:22 PM, Stefan Karlsson
<stefan.karlsson at oracle.com> wrote:
> On 2018-02-22 20:14, Roman Kennke wrote:
>>
>> Right. This looks like possible and likely cause of the problem. And
>> it worked before because of implicit conversion back to jboolean:
>>
>> - void bool_at_put(int which, jboolean contents) {
>> *bool_at_addr(which) = (((jint)contents) & 1); }
>>
>>
>> Can you test it? Because, I can't ;-)
>
>
> Yes. I'm kicking of some testing on sparc. Could you write a gtest for this?
I can try. I never wrote a gtest before ;-) Is there an existing one
that I could use as template, and/or pointers how to start?
Roman
More information about the hotspot-dev
mailing list