RFR: 8197981: Missing return statement in __sync_val_compare_and_swap_8

Andrew John Hughes andrew at openjdk.java.net
Mon Oct 19 15:25:09 UTC 2020


On Mon, 19 Oct 2020 14:20:04 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> This is similar to JDK-8254144 (that only did this for `os_linux_zero.cpp`), but a fuller version that also does
> `os_bsd_zero.cpp`. The patch is already in 7u, and needs forward porting. It takes the shape of JDK-8254144, that is
> with the comment: https://github.com/openjdk/jdk/commit/8f9e4792

Looks fine (I did the same changes myself in 7u).
It would have been nice to have the chance to submit this change myself, so I could try out the new PR system.

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

Marked as reviewed by andrew (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/739


More information about the hotspot-runtime-dev mailing list