RFR: 8314999: IR framework fails to detect allocation [v5]
Marc Chevalier
duke at openjdk.org
Wed Mar 19 13:26:52 UTC 2025
On Wed, 19 Mar 2025 13:01:40 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Marc Chevalier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> replace #ifndef PRODUCT with NOT_PRODUCT
>
> test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestIRMatching.java line 75:
>
>> 73: runWithArguments(MultipleFailOnGood.class, "-XX:TLABRefillWasteFraction=50");
>> 74:
>> 75: runCheck(new String[] {"-XX:TLABRefillWasteFraction=50", "-XX:+UsePerfData", "-XX:+UseTLAB"}, BadFailOnConstraint.create(AndOr1.class, "test1(int)", 1, "CallStaticJava"));
>
> You can also update the copyright year of that file.
👍 Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24093#discussion_r2003319101
More information about the hotspot-compiler-dev
mailing list