RFR: 8360641: TestCompilerCounts fails after 8354727 [v2]
Manuel Hässig
mhaessig at openjdk.org
Mon Jun 30 08:40:57 UTC 2025
On Mon, 30 Jun 2025 08:04:55 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make it work for product and address review comments
>
> test/hotspot/jtreg/compiler/arguments/TestCompilerCounts.java line 186:
>
>> 184: };
>> 185: return Math.max(Math.min(count, max_count), min_count);
>> 186:
>
> Maybe remove the extra newline?
Fixed in ab1c7d9
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26024#discussion_r2174530267
More information about the hotspot-compiler-dev
mailing list