[foreign-memaccess+abi] Integrated: 8276987: Optimized upcall stub should be printed with -XX:+PrintStubCode
Nick Gasson
ngasson at openjdk.java.net
Mon Nov 15 01:40:50 UTC 2021
On Fri, 12 Nov 2021 08:21:27 GMT, Nick Gasson <ngasson at openjdk.org> wrote:
> That would allow it to be found by JMH's profasm which uses `-XX:+PrintStubCode` to collect the addresses of stubs. Note that JMH at the moment can't actually parse the stubs printed by `trace_new_stub` (because they have a "Decoding ..." prefix and don't include the end address), but that can be fixed on the JMH side.
This pull request has now been integrated.
Changeset: 4029dd5d
Author: Nick Gasson <ngasson at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/4029dd5dacf73ca528d70ff2addda2dc027b093d
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8276987: Optimized upcall stub should be printed with -XX:+PrintStubCode
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/611
More information about the panama-dev
mailing list