commit | d01e8e3c74d8b0a9d543973eed2a78d5b3d1436e | [log] [tgz] |
---|---|---|
author | Harold Seigel <hseigel@openjdk.org> | Tue Sep 22 14:24:31 2015 -0400 |
committer | Harold Seigel <hseigel@openjdk.org> | Tue Sep 22 14:24:31 2015 -0400 |
tree | e8e2ad6a6386dc795577d6505ae2cc4510b76be5 | |
parent | 1890d7a430e77540598dbaf024fce066179c0080 [diff] |
8135265: VM fails on 'empty' interface public <init>()V method with VerifyError Don't check for calls to super() or this() fro <init>()V methods if they are in interfaces. Because, they are not ctors. Reviewed-by: acorn, gtriantafill