RFR: 8346719: Add relaunchers to the static JDK image for missing executables [v3]

Magnus Ihse Bursie ihse at openjdk.org
Mon Aug 11 11:53:32 UTC 2025


On Fri, 1 Aug 2025 17:12:55 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove problemlisting
>
> make/StaticLibs.gmk line 163:
> 
>> 161: # $2: The launcher name
>> 162: define SetupRelauncher
>> 163:   $1_$2_LAUNCHER_ARGS_LINE :=  $$(shell cat $$(SUPPORT_OUTPUTDIR)/static-native/relaunchers/$1/$2-relauncher-arguments.txt)
> 
> `$(call ReadFile, ...)`
> 
> also, double space?

That was nicer. Had forgotten about it. Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24380#discussion_r2266464765


More information about the core-libs-dev mailing list