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

David Simms dsimms at openjdk.org
Tue Oct 18 15:14:12 UTC 2022


On Wed, 12 Oct 2022 08:44:41 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)

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

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



More information about the valhalla-dev mailing list