Integrated: 7902913: jasm incorrectly processes the instruction pair: ldc MethodHandle
Leonid Kuskov
lkuskov at openjdk.java.net
Sat May 1 02:57:11 UTC 2021
On Sat, 1 May 2021 02:49:10 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
> This fix is for https://bugs.openjdk.java.net/browse/CODETOOLS-7902913
> that is the regression of the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902892
> The fix adds the token SEMICOLON to the list of alllowed which was missed in the metod checkReferenceIndex that checks a token that follows reference_kind:[reference_index | [class|interface] | method]
This pull request has now been integrated.
Changeset: 9e362374
Author: Leonid Kuskov <lkuskov at openjdk.org>
URL: https://git.openjdk.java.net/asmtools/commit/9e362374fb620c074b42f182c67b5a89617c0a67
Stats: 17 lines in 2 files changed: 16 ins; 0 del; 1 mod
7902913: jasm incorrectly processes the instruction pair: ldc MethodHandle
-------------
PR: https://git.openjdk.java.net/asmtools/pull/18
More information about the asmtools-dev
mailing list