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

Andy Herrick herrick at openjdk.java.net
Fri Oct 23 16:46:38 UTC 2020


On Wed, 21 Oct 2020 17:03:33 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> 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.

Marked as reviewed by herrick (Reviewer).

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

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


More information about the core-libs-dev mailing list