RFR: 8303524: Check FunctionDescriptor byte order when linking
Maurizio Cimadamore
mcimadamore at openjdk.org
Mon Mar 27 14:46:54 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.
The code changes look good, but the javadoc should be updated to reflect the new constraints.
-------------
PR Review: https://git.openjdk.org/jdk/pull/13161#pullrequestreview-1359225396
More information about the core-libs-dev
mailing list