[Integrated] [lworld] RFR: 8244711: [lworld] Javac needs to tweak checks for interface implementation by an inline type.

Srikanth Adayapalam sadayapalam at openjdk.java.net
Mon May 11 13:44:16 UTC 2020


On Mon, 11 May 2020 11:13:53 GMT, Srikanth Adayapalam <sadayapalam at openjdk.org> wrote:

> When javac needs to check if a class implements a particular interface, it should
> check if the reference projection of the class is a subtype of the interface. (Rather
> than checking if the concerned class is a subtype of the interface)

This pull request has now been integrated.

Changeset: ec1930c0
Author:    Srikanth Adayapalam <sadayapalam at openjdk.org>
URL:       https://git.openjdk.java.net/valhalla/commit/ec1930c0
Stats:     179 lines in 9 files changed: 4 ins; 168 del; 7 mod

8244711: [lworld] Javac needs to tweak checks for interface implementation by an inline type.

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

PR: https://git.openjdk.java.net/valhalla/pull/41



More information about the valhalla-dev mailing list