-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
generic
-
generic
Excerpt from http://mail.openjdk.java.net/pipermail/valhalla-dev/2018-July/004616.html
//------------------
> - don't you need also to override visitApply in case the constructor
> is calling an instance method on the value being constructed?
This will be covered as part ofJDK-8205910
//---------------------
The required visitApply override was overlooked in the fix forJDK-8205910
and this must be fixed - otherwise the generated code may fail to verify when there are instance method invocations in the constructor (after all instance field are definitely assigned)
//------------------
> - don't you need also to override visitApply in case the constructor
> is calling an instance method on the value being constructed?
This will be covered as part of
//---------------------
The required visitApply override was overlooked in the fix for
and this must be fixed - otherwise the generated code may fail to verify when there are instance method invocations in the constructor (after all instance field are definitely assigned)
- relates to
-
JDK-8205910 diagnose use of 'this' with DU fields (for VTs and VBCs)
-
- Resolved
-