Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-02 Thread Maurizio Cimadamore
On Tue, 2 May 2023 13:07:37 GMT, Jorn Vernee wrote: > I went with the `jdk.CABI -> jdk.foreign.linker` name change. Re-tested. Will > integrate soon. Looks good (if we wanted to be 100% explicit, then it would have been jdk.foreign.system.linker/jdk.foreign.native.linker - but what you picked

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v5]

2023-05-02 Thread Jorn Vernee
> This patch adds a dedicated jtreg property to check which CABI is being used > by the JDK, which can be used both to check whether the foreign linker is > supported, and whether the fallback linker is being used. (and, possibly it > can also be use to check for a particular ABI in case we want

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-02 Thread Jorn Vernee
On Mon, 1 May 2023 16:48:30 GMT, Jorn Vernee wrote: >> This patch adds a dedicated jtreg property to check which CABI is being used >> by the JDK, which can be used both to check whether the foreign linker is >> supported, and whether the fallback linker is being used. (and, possibly it >> can

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-02 Thread Jorn Vernee
On Tue, 2 May 2023 10:16:17 GMT, Maurizio Cimadamore wrote: >> Jorn Vernee has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 46 commits: >> >> - UNKNOWN -> UNSUPPORTED + fix TestLinker on FALLBACK >> - Merge branch 'master' into

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-02 Thread Maurizio Cimadamore
On Mon, 1 May 2023 16:48:30 GMT, Jorn Vernee wrote: >> This patch adds a dedicated jtreg property to check which CABI is being used >> by the JDK, which can be used both to check whether the foreign linker is >> supported, and whether the fallback linker is being used. (and, possibly it >> can

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-02 Thread Maurizio Cimadamore
On Mon, 1 May 2023 16:48:30 GMT, Jorn Vernee wrote: >> This patch adds a dedicated jtreg property to check which CABI is being used >> by the JDK, which can be used both to check whether the foreign linker is >> supported, and whether the fallback linker is being used. (and, possibly it >> can

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-01 Thread Alan Bateman
On Mon, 1 May 2023 16:48:30 GMT, Jorn Vernee wrote: >> This patch adds a dedicated jtreg property to check which CABI is being used >> by the JDK, which can be used both to check whether the foreign linker is >> supported, and whether the fallback linker is being used. (and, possibly it >> can

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v3]

2023-05-01 Thread Jorn Vernee
On Fri, 28 Apr 2023 12:59:26 GMT, Jorn Vernee wrote: >> This patch adds a dedicated jtreg property to check which CABI is being used >> by the JDK, which can be used both to check whether the foreign linker is >> supported, and whether the fallback linker is being used. (and, possibly it >> ca

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v4]

2023-05-01 Thread Jorn Vernee
> This patch adds a dedicated jtreg property to check which CABI is being used > by the JDK, which can be used both to check whether the foreign linker is > supported, and whether the fallback linker is being used. (and, possibly it > can also be use to check for a particular ABI in case we want

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v3]

2023-04-28 Thread Alan Bateman
On Fri, 28 Apr 2023 12:59:26 GMT, Jorn Vernee wrote: >> This patch adds a dedicated jtreg property to check which CABI is being used >> by the JDK, which can be used both to check whether the foreign linker is >> supported, and whether the fallback linker is being used. (and, possibly it >> ca

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v3]

2023-04-28 Thread Jorn Vernee
> This patch adds a dedicated jtreg property to check which CABI is being used > by the JDK, which can be used both to check whether the foreign linker is > supported, and whether the fallback linker is being used. (and, possibly it > can also be use to check for a particular ABI in case we want

Re: RFR: 8304888: Add dedicated VMProps for linker and fallback linker [v2]

2023-04-27 Thread Jorn Vernee
> This patch adds a dedicated jtreg property to check which CABI is being used > by the JDK, which can be used both to check whether the foreign linker is > supported, and whether the fallback linker is being used. (and, possibly it > can also be use to check for a particular ABI in case we want

RFR: 8304888: Add dedicated VMProps for linker and fallback linker

2023-04-24 Thread Jorn Vernee
This patch adds a dedicated jtreg property to check which CABI is being used by the JDK, which can be used both to check whether the foreign linker is supported, and whether the fallback linker is being used. (and, possibly it can also be use to check for a particular ABI in case we want to add