RFR: 8343767: Enumerate StubGen blobs, stubs and entries and generate code from declarations

Andrew Dinn adinn at openjdk.org
Thu Nov 21 11:03:16 UTC 2024


On Thu, 21 Nov 2024 04:56:52 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

> I think there is some issue with s390x. With current changes I got build failure:

@offamitkumar This definitely looks like something is very broken. The error looks to be happening when the exploded image is being run to build the jmods image. Is that where this is going wrong?

It may be that the reorg of the code generation has selected generation of the wrong stub generator method or run the right method using an incorrect parameter. Do you get an hs_err file when the failure happens? If so then a stack trace at the point of crash might well help pin down where the problem lies.

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

PR Comment: https://git.openjdk.org/jdk/pull/21957#issuecomment-2490801639


More information about the hotspot-dev mailing list