[lworld] [Rev 02] RFR: JDK-8243204 add class load time checking of abstract super classes of…
Frederic Parain
fparain at openjdk.java.net
Fri May 8 15:12:06 UTC 2020
On Fri, 8 May 2020 15:02:07 GMT, Harold Seigel <hseigel at openjdk.org> wrote:
>> Please review this chagne. It adds checks of super classes of inline classes. It checks that an inline class's super
>> class is either java.lang.Object or an abstract class. And, if abstract, checks that the super, and its super, etc.
>> do not have instance fields, nor synchronized instance methods, or non-empty constructors, nor constructors with args.
>> The fix was tested with tiers 1 - 3.
>
> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8243204 [lworld] add checking of abstract super classes of inline type 3
Thank you for the changes.
Looks good to me.
Fred
-------------
Marked as reviewed by fparain (Committer).
PR: https://git.openjdk.java.net/valhalla/pull/34
More information about the valhalla-dev
mailing list