On Fri, 17 Mar 2023 00:43:04 GMT, Chen Liang <li...@openjdk.org> wrote:

>> Add String constants INIT_NAME, CLASS_INIT_NAME, MTD_void for the names and 
>> method type of instance and class initializers, as they are frequently used 
>> in the Classfile API. In addition, they appear frequently in the JDK itself 
>> as well.
>> 
>> Update occurrences of <init> and <clinit> in core libraries API 
>> specification to refer to these constants. The occurrences in code elsewhere 
>> will be converted separately for there are too many.
>> 
>> See 
>> https://mail.openjdk.org/pipermail/classfile-api-dev/2023-March/000233.html
>
> Chen Liang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Remove main related constants, update specification for initialization 
> constants

Marked as reviewed by mchung (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/13020

Reply via email to