RFR: 8232024: Don't pollute log output with multiple errors of the same type

Alexey Semenyuk asemenyuk at openjdk.java.net
Wed Oct 21 17:10:17 UTC 2020


Don't run ldd and build list of dependency packages in case jpackage builds DEB package on non Debian Linux and RPM on Debian Linux. In this cases attempts to detect what packages provide libs will fail anyways, so don't waste time and pollute jpackage log output.

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

Commit messages:
 - 8232024: Don't pollute log output with multiple errors of the same type

Changes: https://git.openjdk.java.net/jdk/pull/784/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=784&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8232024
  Stats: 32 lines in 4 files changed: 17 ins; 8 del; 7 mod
  Patch: https://git.openjdk.java.net/jdk/pull/784.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/784/head:pull/784

PR: https://git.openjdk.java.net/jdk/pull/784


More information about the core-libs-dev mailing list