[jdk13u-dev] Integrated: 8244573: java.lang.ArrayIndexOutOfBoundsException thrown for malformed class file

Ekaterina Vergizova evergizova at openjdk.java.net
Fri Mar 19 12:20:45 UTC 2021


On Fri, 19 Mar 2021 11:48:55 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

> I'd like to backport JDK-8244573 to 13u for parity with 11u.
> The patch applies cleanly.
> Tested with tier1; new test fails without the patch, passes with it.

This pull request has now been integrated.

Changeset: 3519e532
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
URL:       https://git.openjdk.java.net/jdk13u-dev/commit/3519e532
Stats:     94 lines in 3 files changed: 93 ins; 0 del; 1 mod

8244573: java.lang.ArrayIndexOutOfBoundsException thrown for malformed class file

Fixed java.lang.ArrayIndexOutOfBoundsException in com.sun.tools.classfile.Code_attribute.getInstructions() for methods with no instructions

Backport-of: 4eeb61299f27a7db7049cb47e56563a1eaf8bd69

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

PR: https://git.openjdk.java.net/jdk13u-dev/pull/155


More information about the jdk-updates-dev mailing list