RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
asotona at openjdk.org
Mon Feb 6 12:59:52 UTC 2023
On Fri, 3 Feb 2023 17:23:51 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Classfile API moved under jdk.internal.classfile package
>
> src/java.base/share/classes/jdk/internal/classfile/TypeAnnotation.java line 641:
>
>> 639: int typeArgumentIndex();
>> 640:
>> 641: static TypePathComponent of(int typePathKind, int typeArgumentIndex) {
>
> Should this take a `Kind` instead of an `int`?
Yes, will fix, thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10982
More information about the build-dev
mailing list