RFR: 8343767: Enumerate StubGen blobs, stubs and entries and generate code from declarations [v3]
Andrew Dinn
adinn at openjdk.org
Thu Nov 21 17:06:33 UTC 2024
On Thu, 21 Nov 2024 16:52:06 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> Andrew Dinn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix stub is and align flags for s390
>
> src/hotspot/cpu/s390/stubGenerator_s390.cpp line 1284:
>
>> 1282: case jshort_disjoint_arraycopy_id:
>> 1283: aligned = false;
>> 1284: element_size = 1;
>
> @offamitkumar The problem looked like a format error when building the jmods which suggests a memory copying failure and here it is. The element sizes are wrong for the non-byte cases here, also in conjoint_nonoop_copy.
>
> I'm just rebuilding with the sizes corrected. I'll push a patch if this fixes the problem.
Well, that seems to have done the trick!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21957#discussion_r1852527568
More information about the hotspot-dev
mailing list