RFR: 8343767: Enumerate StubGen blobs, stubs and entries and generate code from declarations [v3]
Andrew Dinn
adinn at openjdk.org
Thu Nov 21 16:54:22 UTC 2024
On Thu, 21 Nov 2024 13:30:26 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> Implementation of JDK-8343767
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21957#discussion_r1852511923
More information about the hotspot-dev
mailing list