[lworld] RFR: allow inline classes to have abstract supers
Harold Seigel
hseigel at openjdk.java.net
Mon Apr 20 19:42:28 UTC 2020
Plesae review this change to allow inline classes to have super classes that are abstract classes. This fix does not
test that the abstract classes are 'special'. That will be done in a future release.
Also, fix verification issue with assigning an inline type to an object of one of its super classes.
Tests will be added once javac support for inline types having abstract classes is merged in.
Thanks, Harold
-------------
Commit messages:
- allow inline classes to have abstract supers
Changes: https://git.openjdk.java.net/valhalla/pull/24/files
Webrev: https://webrevs.openjdk.java.net/valhalla/24/webrev.00
Stats: 21 lines in 3 files changed: 14 ins; 0 del; 7 mod
Patch: https://git.openjdk.java.net/valhalla/pull/24.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/24/head:pull/24
PR: https://git.openjdk.java.net/valhalla/pull/24
More information about the valhalla-dev
mailing list