-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
generic
-
generic
Specification is here:
http://cr.openjdk.java.net/~dlsmith/special-methods/special-methods-20200210/specs/factory-methods-jvms.html
ATM, the static factory method to which the javac compiler on valhalla lowers a constructor to is called <init> - this needs to change to <vnew>
This is a known change. The spec must be studied for others.
http://cr.openjdk.java.net/~dlsmith/special-methods/special-methods-20200210/specs/factory-methods-jvms.html
ATM, the static factory method to which the javac compiler on valhalla lowers a constructor to is called <init> - this needs to change to <vnew>
This is a known change. The spec must be studied for others.
- relates to
-
JDK-8294224 [lworld] VM support for <vnew> factory methods
- Resolved
-
JDK-8249071 Remove restrictions on <init> factory methods
- Closed
There are no Sub-Tasks for this issue.