On Mon, 27 Apr 2026 08:04:44 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: > > make slot field non-final + sample descriptions Updated with an alternative provided by @merykitty to make the slot non-final. As well as @egahlin's suggestions for better event descriptions. If we don't want to use the "slot" field, we must introduce another non-final int field, explicitly (not injected), dedicated to holding the encoded epoch. It can be done, I have no preferences either way. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30922#issuecomment-4325253904
