RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
asotona at openjdk.org
Wed Feb 8 08:20:59 UTC 2023
On Tue, 7 Feb 2023 15:18:17 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/CharacterRangeInfo.java line 80:
>
>> 78: * well as increment and decrement expressions (both prefix and postfix).
>> 79: * <li>{@link jdk.internal.classfile.Classfile#CRT_FLOW_CONTROLLER} An expression
>> 80: * whose value will effect control flow. Flowcon in the following:
>
> This sentence seems hard to parse. If `Flowcon` is the name of an expression in pseudocode, perhaps using `{@code}` would help.
Will fix it, thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10982
More information about the build-dev
mailing list