[foreign-memaccess+abi] RFR: 8275646: Implement optimized upcall stubs on AArch64 [v2]

Andrew Haley aph at openjdk.java.net
Tue Nov 9 09:49:00 UTC 2021


On Tue, 9 Nov 2021 09:02:02 GMT, Nick Gasson <ngasson at openjdk.org> wrote:

> > Tried on MacOS, this is _very_ weird:
> > ```
> > ....[Hottest Methods (after inlining)]..............................................................
> >  25.52%               runtime stub  StubRoutines::updateBytesAdler32 
> > ```
> 
> I think it's a bug in JMH's parsing of the `-XX:+PrintStubCode` output: it's expecting these to all be prefixed with `StubRoutines::` but many aren't including the `optimized_upcall_stub` added by this patch. `StubRoutines::updateBytesAdler32` is the last one printed with that prefix on MacOS, and likewise `StubRoutines::atomic entry points` is the last one printed on Linux (allegedly the third hottest method above). So I think it's been misattributed. I'll see if I can fix it...

That makes perfect sense. I'm making rather a fuss about this because I think I know how long a direct call _should_ make_, and indeed does make in C++. It could be that this really is the best we can do.

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/610


More information about the panama-dev mailing list