hg: jdk9/hs-rt/hotspot: 8135265: VM fails on 'empty' interface public <init>()V method with VerifyError

harold.seigel at oracle.com harold.seigel at oracle.com
Tue Sep 22 21:01:48 UTC 2015


Changeset: 9cd2f42c84c0
Author:    hseigel
Date:      2015-09-22 14:24 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/9cd2f42c84c0

8135265: VM fails on 'empty' interface public <init>()V method with VerifyError
Summary: 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

! src/share/vm/classfile/verifier.cpp



More information about the jdk9-hs-rt-changes mailing list