RFR: 8273378: Shenandoah: Remove the remaining uses of os::is_MP
Andrew Haley
aph at openjdk.java.net
Mon Sep 6 12:08:43 UTC 2021
On Mon, 6 Sep 2021 11:03:43 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> JDK-8188764 removed many uses of `os::is_MP`, effectively defaulting it to `true`, but some Shenandoah code still has it. This is a simple omission. All current uses on x86 already imply lock prefix, so this is a cleanup, and not a functional change.
>
> Additional testing:
> - [x] Linux x86_64 `hotspot_gc_shenandoah`
Marked as reviewed by aph (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5378
More information about the shenandoah-dev
mailing list