RFR: 8257487: Include configuration name in summary
Aleksey Shipilev
shade at openjdk.java.net
Tue Dec 1 10:26:56 UTC 2020
On Tue, 1 Dec 2020 10:09:33 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> According to the enhancement request:
>
> It would be nice and convenient to include the configuration name in the configuration summary, for example ("Name" being new):
>
> Configuration summary:
> * Name: my-conf
> * Debug level: release
> * HS debug level: product
> * JVM variants: server
> ...
I was under impression it was printed already, but it is not! Current build only prints the configuration path in `build`, which you can derive the config name from it. Printing the configuration name explicitly would be a nice touch for sure. Looks good.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1534
More information about the build-dev
mailing list