RFR: 8324186: AARCH64: Use "dmb.ishst+dmb.ishld" for release barrier [v2]

kuaiwei duke at openjdk.org
Tue Jan 23 15:38:33 UTC 2024


On Mon, 22 Jan 2024 16:20:30 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> kuaiwei has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix for review comments
>
> test/micro/org/openjdk/bench/vm/compiler/FinalFieldInitialize.java line 70:
> 
>> 68:   public TObj() {
>> 69:     i = 10;
>> 70:     l = 100l;
> 
> Suggestion:
> 
>     l = 100L;

Done

> test/micro/org/openjdk/bench/vm/compiler/FinalFieldInitialize.java line 82:
> 
>> 80:   public TObjWithFinal() {
>> 81:     i = 10;
>> 82:     l = 100l;
> 
> Suggestion:
> 
>     l = 100L;

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17511#discussion_r1463470365
PR Review Comment: https://git.openjdk.org/jdk/pull/17511#discussion_r1463470763


More information about the hotspot-dev mailing list