RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
asotona at openjdk.org
Wed Feb 8 09:00:58 UTC 2023
On Tue, 7 Feb 2023 15:26:12 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with three additional commits since the last revision:
>>
>> - javadoc fixes
>> - obsolete identifiers and unused imports cleanup
>> - TypeAnnotation.TypePathComponent cleanup
>
> src/java.base/share/classes/jdk/internal/classfile/attribute/CodeAttribute.java line 52:
>
>> 50: byte[] codeArray();
>> 51:
>> 52: int labelToBci(Label label);
>
> Missing javadoc here. (also, this method looks a bit odd in here - but I see uses e.g. in ClassPrinterImpl)
Will fix it, thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10982
More information about the build-dev
mailing list