On Tue, 12 May 2026 10:17:34 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: > > restore more merge losses Update looks okay to me. The explicit updating of the epoch in FinalFieldMutationEvent.offer is now replaced instrumentating updateEpoch with the call to try to update the epoch. src/java.base/share/classes/jdk/internal/event/FinalFieldMutationEvent.java line 50: > 48: } > 49: > 50: private static boolean updateEpoch(Field root) { If this were more widely exposed then it would be clearer to rename it to tryUpdateEpoch so that it's clear at use-sites that the update might not succeed. ------------- Marked as reviewed by alanb (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/30922#pullrequestreview-4279322974 PR Review Comment: https://git.openjdk.org/jdk/pull/30922#discussion_r3232291441
