Integrated: 8329527: Opcode.IFNONNULL.primaryTypeKind() is not ReferenceType
Adam Sotona
asotona at openjdk.org
Tue Apr 9 09:38:14 UTC 2024
On Wed, 3 Apr 2024 08:15:52 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> `Opcode.IFNONNULL.primaryTypeKind()` wrongly returned `IntType` instead of the right `ReferenceType`.
> Primary type kinds of `BRANCH` opcodes have yet no functional effect in the Class-File API.
> This simple patch fixes the typo.
>
> Please review.
>
> Thank you,
> Adam
This pull request has now been integrated.
Changeset: 71c5bbce
Author: Adam Sotona <asotona at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/71c5bbcec7052a8394dd49c0a8c46801adbfcae4
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8329527: Opcode.IFNONNULL.primaryTypeKind() is not ReferenceType
Reviewed-by: jlahoda
-------------
PR: https://git.openjdk.org/jdk/pull/18593
More information about the core-libs-dev
mailing list