RFR: 8308984: Relativize last_sp (and top_frame_sp) in interpreter frames

Richard Reingruber rrich at openjdk.org
Mon Jul 31 07:42:51 UTC 2023


On Fri, 28 Jul 2023 14:42:37 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> > I've done basic loom testing on ppc64le and riscv64 using Qemu, but would appreciate if @reinrich and @RealFYang could take it for a real test drive.
> 
> PPC code looks good. I've tested `jtreg:test/jdk/jdk/internal/vm/Continuation` successfully. Will do more testing until monday.

So there are crashes in our tests with this pr applied.
E.g. `make test TEST=runtime/CommandLine/OptionsValidation/TestOptionsWithRangesDynamic.java` crashes always. To me it seems that the issue is unrelated to virtual threads. It has to be caused by relativization of `top_frame_sp`
Unfortunately I cannot look into it since I'm actually on vacation. @TheRealMDoerr might want to look into it. He's coming back from vacation in a couple of days.

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

PR Comment: https://git.openjdk.org/jdk/pull/14545#issuecomment-1657838880


More information about the hotspot-dev mailing list