On Tue, 7 Feb 2023 15:26:12 GMT, Maurizio Cimadamore <mcimadam...@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

Reply via email to