amurillo [Fri, 29 Nov 2013 11:10:30 -0800] rev 21772
Merge
drchase [Fri, 29 Nov 2013 11:32:45 -0500] rev 21771
Merge
drchase [Tue, 26 Nov 2013 18:16:04 -0500] rev 21770
8016839: JSR292: AME instead of IAE when calling a method
Summary: Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null.
Reviewed-by: acorn, jrose, coleenp
hseigel [Tue, 26 Nov 2013 16:03:57 -0500] rev 21769
8028160: [TESTBUG] Exclude failing (runtime) jtreg tests using @ignore
Summary: Use @ignore to exclude failing tests
Reviewed-by: coleenp, ctornqvi, mseledtsov
Contributed-by: george.triantafillou@oracle.com
hseigel [Tue, 26 Nov 2013 09:52:22 -0500] rev 21768
8026065: InterfaceMethodref for invokespecial must name a direct superinterface
Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints.
Reviewed-by: acorn, hseigel, coleenp
Contributed-by: lois.foltan@oracle.com
mgronlun [Sat, 23 Nov 2013 12:25:13 +0100] rev 21767
8028128: Add a type safe alternative for working with counter based data
Reviewed-by: dholmes, egahlin
mgronlun [Sat, 23 Nov 2013 09:56:59 +0100] rev 21766
Merge
hseigel [Thu, 21 Nov 2013 14:41:13 -0500] rev 21765
8028520: JVM should not throw VerifyError when a private method overrides a final method
Summary: Exclude private methods when checking for final method override.
Reviewed-by: kamg, coleenp, dholmes, mseledtsov