RFR: JDK-8322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info output

Matthias Baesken mbaesken at openjdk.org
Tue Jan 2 14:48:55 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.

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

Commit messages:
 - JDK-8322783

Changes: https://git.openjdk.org/jdk/pull/17222/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17222&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8322783
  Stats: 4 lines in 1 file changed: 1 ins; 1 del; 2 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