RFR: 8303524: Check FunctionDescriptor byte order when linking

Jorn Vernee jvernee at openjdk.org
Tue Mar 28 17:57:36 UTC 2023


On Thu, 23 Mar 2023 16:47:08 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Linkers are strongly tied to a particular byte order, because they are tied to a particular platform. So, the linker should reject layouts that have another byte order. This patch implements that check.

I will fold this into https://github.com/openjdk/jdk/pull/13164 I think. I think the changes logically go together (as the review comments also show), and it would avoid having to create 2 separate CSRs

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

PR Comment: https://git.openjdk.org/jdk/pull/13161#issuecomment-1487363852


More information about the core-libs-dev mailing list