RFR: 8253284: Zero OrderAccess barrier mappings are incorrect [v2]

Aleksey Shipilev shade at openjdk.java.net
Thu Sep 17 12:26:45 UTC 2020


On Thu, 17 Sep 2020 12:14:54 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix copy-paste omission in bsd_zero
>
> src/hotspot/os_cpu/bsd_zero/orderAccess_bsd_zero.hpp line 31:
> 
>> 29: // Included in orderAccess.hpp header file.
>> 30:
>> 31: #ifdef ARM
> 
> I assume this should have been changed to #if defined(ARM) ??

Dang! Right, copy-paste error. Fixed.

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

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


More information about the hotspot-runtime-dev mailing list