[lworld] RFR: 8247569: [lworld] Align with spec for <vnew> methods [v3]

Mandy Chung mchung at openjdk.org
Wed Oct 19 16:14:27 UTC 2022


On Wed, 19 Oct 2022 08:27:38 GMT, David Simms <dsimms at openjdk.org> wrote:

>> src/java.base/share/classes/java/lang/constant/DirectMethodHandleDescImpl.java line 67:
>> 
>>> 65:     DirectMethodHandleDescImpl(Kind kind, ClassDesc owner, String name, MethodTypeDesc type) {
>>> 66:         if (kind == CONSTRUCTOR) {
>>> 67:             // TODO: missing "value objects", they don't use Q-type desc
>> 
>> Needs fixing to support Value Objects (currently only correct for primitive value types)
>
> ...will be fixed in later PR

My patch I sent to you already fixed this issue.

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

PR: https://git.openjdk.org/valhalla/pull/788



More information about the valhalla-dev mailing list