Integrated: 7902800: jasm incorrectly calculates ldc index in certain cases

Leonid Kuskov lkuskov at openjdk.java.net
Thu Dec 3 20:22:57 UTC 2020


On Thu, 3 Dec 2020 02:20:35 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:

> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902800
> It suppresses a change of an index of the constant in the constant pool 
> used by ldc instruction to a value  greater than 256.

This pull request has now been integrated.

Changeset: 147761f0
Author:    Leonid Kuskov <lkuskov at openjdk.org>
URL:       https://git.openjdk.java.net/asmtools/commit/147761f0
Stats:     58 lines in 2 files changed: 15 ins; 27 del; 16 mod

7902800: jasm incorrectly calculates ldc index in certain cases

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

PR: https://git.openjdk.java.net/asmtools/pull/12


More information about the asmtools-dev mailing list