RFR: 8280481: Duplicated stubs to interpreter for static calls

Dingli Zhang duke at openjdk.org
Fri Aug 26 05:41:03 UTC 2022


On Wed, 17 Aug 2022 12:09:05 GMT, Evgeny Astigeevich <duke at openjdk.org> wrote:

>> Hi Andrew(@theRealAph),
>> Your comments are usually highly useful and help to identify missed issues.
>> Do you have any of them?
>> Thanks,
>> Evgeny
>
>> Hi @eastig , I'd like to ask you how to get the experiment results, aka. `Saved bytes`, `Nmethods with shared stubs`,`Final # of nmethods`. Thank you!
> 
> You can get `Final # of nmethods` with `-XX:+PrintCodeCache`.
> To get `Saved bytes`, `Nmethods with shared stubs` you need to instrument `emit_shared_stubs_to_interp` to count shared stubs and nmethods sharing them.

Hi @eastig ,
I would like to recurring your experimental data and I would be very grateful if you could provide a small patch to help me get the result of `Saved bytes` and `Nmethods with shared stubs`.
Thank you!

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

PR: https://git.openjdk.org/jdk/pull/8816


More information about the hotspot-compiler-dev mailing list