RFR: 8372591: assert(!current->cont_fastpath() || freeze.check_valid_fast_path()) failed

Patricio Chilano Mateo pchilanomate at openjdk.org
Wed Dec 17 16:07:47 UTC 2025


On Wed, 17 Dec 2025 06:50:04 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> > The patch includes new test OSRWithManyLocals.java which reliably reproduces the crash. I thought about adding it to the existing OSRTest.java but that was created to exercise a different issue.
> 
> I think what you have is good but maybe me wonder if there might be other corner cases that might need further Continuations tests.
>
I can't think of others looking at the code. But `OSRTest.java` covers many different OSR scenarios already with methods that have many parameters.

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

PR Comment: https://git.openjdk.org/jdk/pull/28830#issuecomment-3666034208


More information about the hotspot-dev mailing list