[lworld] [Rev 01] 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:14:08 UTC 2020
> 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)
Srikanth Adayapalam has updated the pull request incrementally with one additional commit since the last revision:
Incorporate review comments from Jim Laskey.
-------------
Changes:
- all: https://git.openjdk.java.net/valhalla/pull/41/files
- new: https://git.openjdk.java.net/valhalla/pull/41/files/a2c689b3..f1bf9f8f
Webrevs:
- full: https://webrevs.openjdk.java.net/valhalla/41/webrev.01
- incr: https://webrevs.openjdk.java.net/valhalla/41/webrev.00-01
Stats: 22 lines in 3 files changed: 9 ins; 8 del; 5 mod
Patch: https://git.openjdk.java.net/valhalla/pull/41.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/41/head:pull/41
PR: https://git.openjdk.java.net/valhalla/pull/41
More information about the valhalla-dev
mailing list