Re: RFR: 8352692: Add support for extra jlink options [v2]

2025-03-26 Thread Magnus Ihse Bursie
On Tue, 25 Mar 2025 18:30:30 GMT, Severin Gehwolf wrote: >> Please review this simple change to allow for extra `jlink` flags to be >> passed to the JDK build by `configure`. The bug describes use-cases where >> this would be needed. >> >> Testing: >> - [x] GHA >> - [x] Manual tests with a fix

Re: RFR: 8352692: Add support for extra jlink options [v2]

2025-03-26 Thread Severin Gehwolf
On Tue, 25 Mar 2025 18:30:30 GMT, Severin Gehwolf wrote: >> Please review this simple change to allow for extra `jlink` flags to be >> passed to the JDK build by `configure`. The bug describes use-cases where >> this would be needed. >> >> Testing: >> - [x] GHA >> - [x] Manual tests with a fix

Re: RFR: 8352692: Add support for extra jlink options [v2]

2025-03-25 Thread Severin Gehwolf
On Tue, 25 Mar 2025 15:51:02 GMT, Severin Gehwolf wrote: >> make/autoconf/jdk-options.m4 line 638: >> >>> 636: # Extra jlink options to be (optionally) passed to the JDK build >>> 637: # >>> 638: AC_ARG_WITH(extra-jlink-flags, >>> [AS_HELP_STRING([--with-extra-jlink-flags], >> >> Please

Re: RFR: 8352692: Add support for extra jlink options [v2]

2025-03-25 Thread Severin Gehwolf
> Please review this simple change to allow for extra `jlink` flags to be > passed to the JDK build by `configure`. The bug describes use-cases where > this would be needed. > > Testing: > - [x] GHA > - [x] Manual tests with a fix for > [JDK-8352689](https://bugs.openjdk.org/browse/JDK-8352689)

Re: RFR: 8352692: Add support for extra jlink options

2025-03-25 Thread Severin Gehwolf
On Tue, 25 Mar 2025 14:59:13 GMT, Magnus Ihse Bursie wrote: >> Please review this simple change to allow for extra `jlink` flags to be >> passed to the JDK build by `configure`. The bug describes use-cases where >> this would be needed. >> >> Testing: >> - [x] GHA >> - [x] Manual tests with a

Re: RFR: 8352692: Add support for extra jlink options

2025-03-25 Thread Magnus Ihse Bursie
On Mon, 24 Mar 2025 10:37:10 GMT, Severin Gehwolf wrote: > Please review this simple change to allow for extra `jlink` flags to be > passed to the JDK build by `configure`. The bug describes use-cases where > this would be needed. > > Testing: > - [x] GHA > - [x] Manual tests with a fix for >

Re: RFR: 8352692: Add support for extra jlink options

2025-03-24 Thread Severin Gehwolf
On Mon, 24 Mar 2025 10:37:10 GMT, Severin Gehwolf wrote: > Please review this simple change to allow for extra `jlink` flags to be > passed to the JDK build by `configure`. The bug describes use-cases where > this would be needed. > > Testing: > - [x] GHA > - [x] Manual tests with a fix for >

Re: RFR: 8352692: Add support for extra jlink options

2025-03-24 Thread Erik Joelsson
On Mon, 24 Mar 2025 10:37:10 GMT, Severin Gehwolf wrote: > Please review this simple change to allow for extra `jlink` flags to be > passed to the JDK build by `configure`. The bug describes use-cases where > this would be needed. > > Testing: > - [x] GHA > - [x] Manual tests with a fix for >