On Tue, 1 Oct 2024 16:07:35 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

>> I see what you mean... I'll do some experiments and see how the current 
>> annotation affects the benchmark - if at all.
>
> The issue with using a compile command is that it will then work globally. So 
> the benchmark would not really test much - besides checking that var handle 
> access is slow when `asType` cannot inline. What I was trying to do here was 
> to avoid `asType` being inlined into that `compileAsType` method - but I 
> agree that the annotation I added isn't it.

I believe `EXCLUDE` is what I was reaching out for

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21283#discussion_r1783160583

Reply via email to