RFR: 8346107: Generators: testing utility for random value generation
Emanuel Peter
epeter at openjdk.org
Wed Dec 18 10:32:38 UTC 2024
On Wed, 18 Dec 2024 10:30:03 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/lib/generators/LongGenerator.java line 55:
>>
>>> 53: * Fill it with longs from the generators distribution.
>>> 54: */
>>> 55: public void fill(MemorySegment ms, long lo, long hi) {
>>
>> Why are the two methods above final and both `fill` are not?
>
> Looks like an oversight.
Nice catch!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22716#discussion_r1890001617
More information about the hotspot-compiler-dev
mailing list