RFR: JDK-8322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info output [v2]
Matthias Baesken
mbaesken at openjdk.org
Wed Jan 3 08:07:57 UTC 2024
> 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.
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
Add comment
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17222/files
- new: https://git.openjdk.org/jdk/pull/17222/files/364a2b9a..0a398b59
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17222&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17222&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/17222.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17222/head:pull/17222
PR: https://git.openjdk.org/jdk/pull/17222
More information about the hotspot-runtime-dev
mailing list