On Wed, 15 Mar 2023 02:18:37 GMT, Chen Liang <li...@openjdk.org> wrote:

> Add Constant Descriptors for DirectMethodHandleDesc of 
> MethodHandles::classData and classDataAt in ConstantDescs. This facilitates 
> easier access of class data via condy in Classfile API-generated bytecode. 
> Most other constant bootstrap methods provided in the JDK, notably from 
> `ConstantBootstraps`, already have constant descriptors in ConstantDescs.
> 
> Context: 
> https://mail.openjdk.org/pipermail/classfile-api-dev/2023-March/000235.html

This pull request has now been integrated.

Changeset: d788a1bb
Author:    Chen Liang <li...@openjdk.org>
Committer: Jorn Vernee <jver...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/d788a1bb808da73ef17aee0b773b7e3ea682426f
Stats:     16 lines in 1 file changed: 16 ins; 0 del; 0 mod

8304180: Constant Descriptors for MethodHandles::classData and classDataAt

Reviewed-by: jvernee, mchung

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

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

Reply via email to