RFR: 8339299: C1 will miss type profile when inline final method [v3]

Vladimir Ivanov vlivanov at openjdk.org
Wed Sep 4 17:05:20 UTC 2024


On Mon, 2 Sep 2024 02:35:43 GMT, kuaiwei <duke at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/cha/cha_control.txt line 1:
>> 
>>> 1: [
>> 
>> Currently, the prevalent way to specify compiler directives is through WhiteBox API at runtime (through `WhiteBox.addCompilerDirective(String directive)`). Please, follow the same pattern here. I find it more convenient to reason about test logic when all the pieces are present in a single place.
>
> Thanks for your suggestion. I will change the test case.

Thanks, the test case looks good.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20786#discussion_r1744138546


More information about the hotspot-compiler-dev mailing list