RFR: 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests [v7]
Christian Hagedorn
chagedorn at openjdk.java.net
Mon May 3 17:42:54 UTC 2021
On Fri, 30 Apr 2021 18:22:46 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
>> test/lib/jdk/test/lib/hotspot/ir_framework/TestInfo.java line 57:
>>
>>> 55: * allowing a compilation on the requested level in {@link Test#compLevel()}.
>>> 56: *
>>> 57: * @return {@code true} if the framework compiled the test;
>>
>> as in `RunInfo`:
>> s/compiled/skipped compilation of/
>
> btw, do we really need these methods in both `RunInfo` and `TestInfo`?
Yes, they are implemented slightly differently.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3508
More information about the hotspot-compiler-dev
mailing list