Integrated: 8345319: Fix the tag type in PoolEntry and AnnotationValue
Chen Liang
liach at openjdk.org
Tue Dec 3 17:02:48 UTC 2024
On Mon, 2 Dec 2024 16:50:13 GMT, Chen Liang <liach at openjdk.org> wrote:
> Change the return type of PoolEntry and AnnotationValue tags to int, as in TypeAnnotation TargetType and StackMapFrameInfo frameType. The main impact is that AnnotationValue tags should be converted to char before printing now.
>
> Please review the associated CSR for this hotfix as well.
>
> Testing: classfile and javap, tier 1-3 in progress
>
> Pinging @lukellmann
This pull request has now been integrated.
Changeset: 76e874c0
Author: Chen Liang <liach at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/76e874c08e6434747ac4f4cb4d2e2edcde163b2a
Stats: 46 lines in 7 files changed: 3 ins; 0 del; 43 mod
8345319: Fix the tag type in PoolEntry and AnnotationValue
Reviewed-by: asotona
-------------
PR: https://git.openjdk.org/jdk/pull/22489
More information about the compiler-dev
mailing list