RFR: 8306625 - Missing instructions on IR-based test framework ALLOC Regex
Cesar Soares Lucas
cslucas at openjdk.org
Fri May 26 17:30:58 UTC 2023
On Tue, 25 Apr 2023 01:18:39 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
> On AArch64 with -XX:-UseTLAB, C2 can add an `add`, `mulw` or `addw` around the method call to allocate an object/array. When this happens the current Regex of the IR-based test framework will NOT recognize the instruction sequence as an allocation and the result will be a false-negative test results.
>
> This PR is to adjust the four Regex to account for those possible instructions.
I'll keep a hold on this for now because I've not been able to reproduce the failure _again_.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13631#issuecomment-1564705515
More information about the hotspot-compiler-dev
mailing list