RFR: 8360641: TestCompilerCounts fails after 8354727 [v3]
Manuel Hässig
mhaessig at openjdk.org
Tue Jul 1 06:52:33 UTC 2025
On Mon, 30 Jun 2025 19:48:44 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Manuel Hässig has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Remove superfluous newline
>> - Add copyright
>
> test/hotspot/jtreg/compiler/arguments/TestCompilerCounts.java line 159:
>
>> 157: // Tiered modes
>> 158: int tieredCount = heuristicCount(cpus, Compilation.Tiered, debug);
>> 159: pass(tieredCount, opt, "-XX:NonNMethodCodeHeapSize=" + NonNMethodCodeHeapSize);
>
> Suggestion:
>
> pass(tieredCount, opt, "-XX:NonNMethodCodeHeapSize=" + NonNMethodCodeHeapSize);
Good catch, thank you.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26024#discussion_r2176568786
More information about the hotspot-compiler-dev
mailing list