RFR: 8331291: java.lang.classfile.Attributes class performs a lot of static initializations [v7]
Adam Sotona
asotona at openjdk.org
Mon May 6 18:46:54 UTC 2024
On Mon, 6 May 2024 18:07:06 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed tests
>
> src/java.base/share/classes/java/lang/classfile/Attributes.java line 28:
>
>> 26:
>> 27: import java.lang.classfile.attribute.*;
>> 28: import jdk.internal.classfile.impl.AbstractAttributeMapper.*;
>
> the second star import is probably unnecessary
Thank you for the review!
All the holders/mappers implementations are AbstractAttributeMapper inner classes.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19006#discussion_r1591416140
More information about the compiler-dev
mailing list