On Fri, 26 Jun 2026 08:23:49 GMT, Christian Hagedorn <[email protected]> wrote:
> This PR addresses some small clean-ups as suggested in review comments: > https://github.com/openjdk/jdk/pull/31122#discussion_r3404416714 by > @theRealAph > https://github.com/openjdk/jdk/pull/31122#discussion_r3429286528 by > @TheRealMDoerr > https://github.com/openjdk/jdk/pull/31122#discussion_r3429567374 by @reinrich > https://github.com/openjdk/jdk/pull/31122#discussion_r3438837024 by @dean-long > https://github.com/openjdk/jdk/pull/31122#discussion_r3438840971 by @dean-long > > Thanks, > Christian > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/hotspot/cpu/x86/frame_x86.cpp line 616: > 614: fp_loc = fp(); > 615: } else { > 616: if (cb()->is_nmethod() && > cb()->as_nmethod()->needs_stack_repair()) { The same exists on aarch64. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2584#discussion_r3480767447
