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

David Simms dsimms at openjdk.org
Wed Oct 19 08:31:21 UTC 2022


On Wed, 12 Oct 2022 08:50:10 GMT, David Simms <dsimms at openjdk.org> wrote:

>> Merged javac and VM work together, includes VM support (JDK-8294224)
>
> 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

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

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



More information about the valhalla-dev mailing list