On Thu, 23 Mar 2023 16:47:08 GMT, Jorn Vernee 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://gi
On Thu, 23 Mar 2023 16:47:08 GMT, Jorn Vernee 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
On Mon, 27 Mar 2023 15:09:57 GMT, Jorn Vernee wrote:
> > The code changes look good, but the javadoc should be updated to reflect
> > the new constraints.
>
> We currently have this:
>
> ```
> @throws IllegalArgumentException if the provided function descriptor is not
> supported by this link
On Mon, 27 Mar 2023 14:44:10 GMT, Maurizio Cimadamore
wrote:
> The code changes look good, but the javadoc should be updated to reflect the
> new constraints.
We currently have this:
@throws IllegalArgumentException if the provided function descriptor is not
supported by this linker.
Wh
On Thu, 23 Mar 2023 16:47:08 GMT, Jorn Vernee 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
On Thu, 23 Mar 2023 16:47:08 GMT, Jorn Vernee 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.
src/java.base/share/classes/jdk/
On Fri, 24 Mar 2023 08:02:05 GMT, ExE Boss 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.
>
> src/java.base/share/classes/j
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.
-
Depends on: https://git.openjdk.org/jdk/pull/13079
Commit messages:
- Check