RFR: 8309819: Fix specification about descriptor inverses in Class and MethodType [v3]

Chen Liang liach at openjdk.org
Wed Jun 14 02:14:58 UTC 2023


On Wed, 14 Jun 2023 01:57:53 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>> 
>>  - Address the other two review comments
>>  - Merge branch 'fix/descstring-spec' of https://github.com/liachmodded/jdk into fix/descstring-spec
>>  - Update src/java.base/share/classes/java/lang/Class.java
>>    
>>    Co-authored-by: Mandy Chung <mandy.chung at oracle.com>
>>  - Merge branch 'master' into fix/descstring-spec
>>  - 8309819: Fix specification about descriptor inverses in Class and MethodTypeDesc
>
> src/java.base/share/classes/java/lang/invoke/MethodType.java line 1169:
> 
>> 1167:      * resolved by the given loader (or if it is null, on the system class loader).
>> 1168:      * <p>
>> 1169:      * Note that it is possible to encounter method types which cannot be
> 
> BTW this can be converted to `@apiNote` as well.

Done.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14411#discussion_r1228890193


More information about the core-libs-dev mailing list