RFR: 8358725: RunThese30M: assert(nm->insts_contains_inclusive(original_pc)) failed: original PC must be in the main code section of the compiled method (or must be immediately following it)

Dean Long dlong at openjdk.org
Tue Oct 28 04:04:00 UTC 2025


On Tue, 28 Oct 2025 03:35:10 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Sorry I'm confused about which part of the stack - that preceding the signal handler, or that after - will be printed after this fix.

After, temporally.  The history before the signal handler happened is erased.  This should match the meaning of os::is_first_C_frame().

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

PR Comment: https://git.openjdk.org/jdk/pull/27985#issuecomment-3454425319


More information about the hotspot-runtime-dev mailing list