RFR: 8316186: RISC-V: Remove PlatformCmpxchg<4>

Robbin Ehn rehn at openjdk.org
Wed Sep 20 06:46:38 UTC 2023


On Tue, 19 Sep 2023 15:22:48 GMT, Fei Yang <fyang at openjdk.org> wrote:

> > > Can you add 'assert' code above and check hs_err which case this is?
> > 
> > 
> > Yeah, I have added code change from this pull request and your 'assert' code and doing a native release build with GCC 11.
> 
> Turns out that the issue won't reproduce if adding your 'assert' code. That is to say, it only triggers with openjdk release build built with this PR and GCC version 10 or 11 on my side.

I can now reproduce using gcc 11.3 + this branch with no changes.

https://bugs.openjdk.org/browse/JDK-8316566

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15715#issuecomment-1727065839


More information about the hotspot-runtime-dev mailing list