RFR: JDK-8322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info output
Matthias Baesken
mbaesken at openjdk.org
Wed Jan 3 08:07:58 UTC 2024
On Tue, 2 Jan 2024 14:44:30 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Currently, /etc/SuSE-release is prioritized over /etc/os-release in the hs_info/hs_err file output .
> But this leads on SUSE 12 distros to output like this :
>
>
> # This file is deprecated and will be removed in a future service pack or release.
> # Please check /etc/os-release for details about this release.
>
>
> So we probably better prioritize /etc/os-release over /etc/SuSE-release.
Thanks David ! I added the comment you suggested.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17222#issuecomment-1874978792
More information about the hotspot-runtime-dev
mailing list