RFR: 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests [v2]
Igor Ignatyev
iignatyev at openjdk.java.net
Mon Apr 26 19:09:43 UTC 2021
On Mon, 19 Apr 2021 07:29:13 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> test/lib/jdk/test/lib/hotspot/ir_framework/CompLevel.java line 62:
>>
>>> 60: * </ul>
>>> 61: */
>>> 62: ANY(-2),
>>
>> This will change (`-2` -> `-1`) after AOT is removed (8264805).
>
> I'll change that as soon as it is integrated.
should we also add a comment suggesting to keep in sync w/ `compiler/compilerDefinitions.hpp`?
-------------
PR: https://git.openjdk.java.net/jdk/pull/3508
More information about the hotspot-compiler-dev
mailing list