RFR: 8326461: tools/jlink/CheckExecutable.java fail after JDK-8325342
Alan Bateman
alanb at openjdk.org
Thu Feb 22 08:36:52 UTC 2024
On Thu, 22 Feb 2024 07:23:04 GMT, SendaoYan <syan at openjdk.org> wrote:
> Before JDK-8325342(commit id:0bcece995840777db660811e4b20bb018e90439b), all the files in build/linux-x86_64-server-release/images/jdk/bin are executable:
>
> 
>
>
> After JDK-8325342, all the *.debuginfo files in build/linux-x86_64-server-release/images/jdk/bin are not executable:
>
> 
>
>
> This PR only modifies the testcase to adapt to the modification of the corresponding build script, ignoring the check of debuginfo file executable permissions, and the risk is low
JDK-8326412 changed the executable bit on the debuginfo files but forgot to update this test.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17958#issuecomment-1958947943
More information about the core-libs-dev
mailing list