RFR: 8359359: AArch64: share trampolines between static calls to the same method [v8]
Mikhail Ablakatov
mablakatov at openjdk.org
Wed Nov 26 16:13:16 UTC 2025
On Mon, 10 Nov 2025 22:02:06 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/sharedstubs/SharedRuntimeCallTrampolineTest.java line 87:
>>
>>> 85:
>>> 86: private static void checkOutput(OutputAnalyzer output) {
>>> 87: String testMethodStdout = getTestMethodStdout(output);
>>
>> Can you add a description what output format is expected? Adding an example will help a lot.
>
> The test expects runtime calls. What will result them to appear?
I've added some comments and extended the regular expressions so it's hopefully more clear what lines the code expects. Please see https://github.com/openjdk/jdk/pull/25954/commits/ac36641d980c057fb7060e0edd782514a926601f.
Runtime calls are emitted for the two `new` expressions in `RuntimeCallTest.test(int)`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25954#discussion_r2565611140
More information about the hotspot-dev
mailing list