On Tue, 10 Jan 2023 20:48:55 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> This change makes native output files be only printed when building with > LOG=info, to make the build not have so many pages of output. > Tested with GHA and locally (tbd) Turning on LOG=info for test-images has reams of information that probably should be LOG=debug. Really nobody needs to see each native object file copied here and there. ------------- PR: https://git.openjdk.org/jdk/pull/11930