On Mon, 17 Jun 2024 08:07:40 GMT, Shaojin Wen wrote:
>> test/micro/org/openjdk/bench/java/lang/MergeStoreBench.java line 656:
>>
>>> 654: array[offset + 2] = (byte) (value >> 8);
>>> 655: array[offset + 3] = (byte) (value );
>>> 656: }
>>
>> You say that here `MergeSto
> [8318446](https://github.com/openjdk/jdk/pull/16245) brings MergeStore. We
> need a JMH Benchmark to evaluate the performance of various batch operations
> and the effect of MergeStore.
Shaojin Wen has updated the pull request incrementally with one additional
commit since the last revision: