Integrated: 8197981: Missing return statement in __sync_val_compare_and_swap_8

Aleksey Shipilev shade at openjdk.java.net
Tue Oct 20 05:30:08 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

This pull request has now been integrated.

Changeset: b65dcfa3
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b65dcfa3
Stats:     2 lines in 2 files changed: 1 ins; 0 del; 1 mod

8197981: Missing return statement in __sync_val_compare_and_swap_8

Reviewed-by: andrew, dholmes

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

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


More information about the hotspot-runtime-dev mailing list