[Integrated] [lworld] RFR: JDK-8243204 add class load time checking of abstract super classes of…
Harold Seigel
hseigel at openjdk.java.net
Fri May 8 15:28:47 UTC 2020
On Mon, 4 May 2020 20:04:38 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.
This pull request has now been integrated.
Changeset: b00578fa
Author: Harold Seigel <hseigel at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/b00578fa
Stats: 2755 lines in 17 files changed: 210 ins; 2538 del; 7 mod
JDK-8243204 add class load time checking of abstract super classes of…
Reviewed-by: fparain
-------------
PR: https://git.openjdk.java.net/valhalla/pull/34
More information about the valhalla-dev
mailing list