-
Bug
-
Resolution: Withdrawn
-
P4
-
repo-valhalla
-
generic
-
generic
The following is documented in https://github.com/openjdk/valhalla/pull/32 as a known issue that has been deliberately deferred to a later iteration:
Class hierarchy walking in a world where inline types are islands calls for a type switch. I have done this only in places uncovered by existing tests. We need to go through various utility methods (similar to what is done in Symbol.java and Resolve.java) to make sure these changes are consistently applied.
This ticket is to follow up on this.JDK-8244711 covers this for interface implementation checks.
Class hierarchy walking in a world where inline types are islands calls for a type switch. I have done this only in places uncovered by existing tests. We need to go through various utility methods (similar to what is done in Symbol.java and Resolve.java) to make sure these changes are consistently applied.
This ticket is to follow up on this.
- relates to
-
JDK-8244711 [lworld] Javac needs to tweak checks for interface implementation by an inline type.
- Resolved