Integrated: 8243583: Change 'final' error checks to throw ICCE
Harold Seigel
hseigel at openjdk.java.net
Wed Oct 28 12:37:46 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
This pull request has now been integrated.
Changeset: 3bd5b807
Author: Harold Seigel <hseigel at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3bd5b807
Stats: 29 lines in 4 files changed: 0 ins; 9 del; 20 mod
8243583: Change 'final' error checks to throw ICCE
Reviewed-by: lfoltan, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/885
More information about the hotspot-runtime-dev
mailing list