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
1 file changed