On Fri, 24 Apr 2026 16:21:54 GMT, Markus Grönlund <[email protected]> wrote:

>> Greetings,
>> 
>> please see [JDK-8382332](https://bugs.openjdk.org/browse/JDK-8382332) for 
>> detailed information about this issue.
>> 
>> Testing: jdk_jfr, tier1-6, SpecJbb2015
>> 
>> Thanks
>> Markus
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Markus Grönlund has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   macros

Attempting to add an injected field did not work because you cannot reflect an 
injected field, not even using Unsafe. So I cannot read the value of an 
injected field from Java. Either we go with the encoding in the slot field, or 
I will add a separate non-final field "jfrEpoch" to java.lang.reflect.Field. 
Thoughts?

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

PR Comment: https://git.openjdk.org/jdk/pull/30922#issuecomment-4322865446

Reply via email to