14 RFR (M) 8232080: jlink plugins for vendor information and run-time options
mark.reinhold at oracle.com
mark.reinhold at oracle.com
Tue Oct 22 19:25:17 UTC 2019
2019/10/22 7:15:10 -0700, alan.bateman at oracle.com:
> On 22/10/2019 04:22, mark.reinhold at oracle.com wrote:
>> RFE: https://bugs.openjdk.java.net/browse/JDK-8232080
>> CSR: https://bugs.openjdk.java.net/browse/JDK-8232753
>> Webrev: https://cr.openjdk.java.net/~mr/rev/8232080/
>
> I've read through the code for the new jlink plugins and the changes to
> VersionProps and it looks good.
>
> An alternative for VersionProps would have been to generate a helper
> class at link time rather than extending the static initilizer to set
> the fields. That would allow the VENDOR* fields to be final (but I don't
> think it makes too much difference and it may be a bit more complicated
> due to having 4 plugins contributing code).
Yes, that would’ve been more complex, and the finality of these fields
isn’t critical.
> The need for a plugin per CLI option may be motivation to explore (in
> the future) having a single plugin expose multiple options.
Agreed.
Thanks,
- Mark
More information about the build-dev
mailing list