RFR: 8264124: Update MXBean specification and implementation to extend mapping of CompositeType to records [v2]

Mandy Chung mchung at openjdk.java.net
Sat Mar 27 01:52:28 UTC 2021


On Sat, 27 Mar 2021 01:40:17 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed typo. Moved example with record after example with from method to respect the logical order of precedence.
>
> src/java.management/share/classes/javax/management/MXBean.java line 757:
> 
>> 755: 
>> 756:     <p>If the class is a {@link Record}, its getters are the
>> 757:       accessors for the record components. Otherwise, the
> 
> It may be good to add a link like {@linkplain RecordComponent record components}

You add record in "Mappings for other types".  I think it deserves a separate section "Mappings for record classes" (maybe after primitive types).   It's useful to add a row for record in the summary table above "Mappings for primitive types"

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

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


More information about the serviceability-dev mailing list