RFR: 8360707: Globally enumerate all blobs, stubs and entries

Andrew Dinn adinn at openjdk.org
Tue Jul 1 14:35:42 UTC 2025


On Tue, 1 Jul 2025 14:05:57 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>>> That does not look right. Was there any more hserr printout after that last line? -- in particular any [MachCode]...[/MachCode] sections? It would help if you could attach the full .jtr file.
>> 
>> There isn't much after this @adinn. It's the hs_err file generated during the test case execution. If you still want to take a look at jtr then I can attach it.
>
> @offamitkumar: Is the crash you reported reproducible? Could it be that `save_return_pc()` is missing in `address generate_call_stub(address& return_address)`? PPC64 has it.

@TheRealMDoerr Hmm, that might possibly be it. It could explain why I am not seeing the error and @offamitkumar is (the failure will depend on what happens to be left lying in the saved PC register). What do you think, Amit?

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

PR Comment: https://git.openjdk.org/jdk/pull/26004#issuecomment-3024306793


More information about the hotspot-dev mailing list