hg: jdk8u/hs-dev/hotspot: 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.

harold.seigel at oracle.com harold.seigel at oracle.com
Tue Jan 28 08:33:34 PST 2014


Changeset: 4638c4d7ff10
Author:    hseigel
Date:      2014-01-24 08:13 -0500
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/4638c4d7ff10

8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.
Summary: Check if method is static before throwing exception.
Reviewed-by: kamg, coleenp, lfoltan, fparain

! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/finalStatic/FinalStatic.java



More information about the jdk8u-all-changes mailing list