mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8345319: Fix the tag type in PoolEntry and AnnotationValue
Reviewed-by: asotona
This commit is contained in:
parent
e9f6ba0526
commit
76e874c08e
7 changed files with 46 additions and 43 deletions
|
@ -98,7 +98,7 @@ public sealed interface PoolEntry
|
|||
* {@code TAG_}-prefixed constants in this class, such as {@link #TAG_UTF8},
|
||||
* describe the possible return values of this method.
|
||||
*/
|
||||
byte tag();
|
||||
int tag();
|
||||
|
||||
/**
|
||||
* {@return the index within the constant pool corresponding to this entry}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue