RFR: 8303210: [linux, Windows] Make UseSystemMemoryBarrier available as product flag [v5]

Martin Doerr mdoerr at openjdk.org
Wed Mar 29 10:42:18 UTC 2023


On Wed, 29 Mar 2023 00:03:21 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> src/hotspot/os/aix/os_aix.cpp line 2228:
>> 
>>> 2226:   if (UseSystemMemoryBarrier) {
>>> 2227:     if (!SystemMemoryBarrier::initialize()) {
>>> 2228:       if (!FLAG_IS_DEFAULT(UseSystemMemoryBarrier)) {
>> 
>> Have we processed this flag by this stage?
>
> This really should be done once in shared code, as well - somewhere in arguments.cpp

This is the leftover. See below.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12753#discussion_r1151737392


More information about the hotspot-dev mailing list