RFR: 8243583: Change 'final' error checks to throw ICCE

David Holmes dholmes at openjdk.java.net
Wed Oct 28 06:41:18 UTC 2020


On Tue, 27 Oct 2020 19:48:25 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small change to throw IncompatibleClassChangeError exceptions instead of VerifyError exceptions for attempts to override Final classes and methods, as described in https://bugs.openjdk.java.net/browse/JDK-8243582.
> 
> The fix was tested with tiers 1-2 on Linux, Mac OSX, and Windows, tiers 3-5 on Linux x64, and running the JCK lang, vm, and api tests.
> 
> Thanks, Harold

Looks good!

Thanks,
David

-------------

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/885


More information about the hotspot-runtime-dev mailing list