RFR: 8243583: Change 'final' error checks to throw ICCE
Lois Foltan
lfoltan at openjdk.java.net
Tue Oct 27 20:45:23 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 Harold!
Lois
-------------
Marked as reviewed by lfoltan (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/885
More information about the hotspot-runtime-dev
mailing list