RFR(S) 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass (original) (raw)
harold seigel harold.seigel at oracle.com
Mon Jan 27 10:02:25 PST 2014
- Previous message: RFR(S) 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass
- Next message: hg: hsx/jdk7u/hotspot: 8031764: tmtools/jmap/heap_config tests fail on Linux-ia32 because it Cant attach to the core file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks! Harold
On 1/27/2014 11:38 AM, Lois Foltan wrote:
Looks good. Lois On 1/27/2014 9:15 AM, harold seigel wrote: Hi,
Please review this straightforward backport of the small fix for bug 8028553 to JDK-8u. The fix ensures that a final method is not static before issuing a VerifyError, if another method appears to override the final method. The fix is the same for both JDK-9 and JDK-8u. This fix was tested with the test in the bug report, the new test, the JCK lang and vm tests, defmeth tests, ute verify and quick tests, and the hotspot, java util, and java lang jtreg tests. Open webrev at: http://cr.openjdk.java.net/~hseigel/bug80285538u/ <http://cr.openjdk.java.net/%7Ehseigel/bug80285538u/> Bug: https://bugs.openjdk.java.net/browse/JDK-8028553 Thanks! Harold
- Previous message: RFR(S) 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass
- Next message: hg: hsx/jdk7u/hotspot: 8031764: tmtools/jmap/heap_config tests fail on Linux-ia32 because it Cant attach to the core file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]