On Fri, 3 Mar 2023 14:53:19 GMT, Adam Sotona <[email protected]> wrote:
>> src/java.base/share/classes/jdk/internal/classfile/instruction/CharacterRange.java
>> line 42:
>>
>>> 40: * the setting of the {@link Classfile.Option#processDebug(boolean)}
>>> option.
>>> 41: */
>>> 42: public sealed interface CharacterRange extends PseudoInstruction
>>
>> This and some other instructions with unbounded implementations do not have
>> static `of` factory methods. Is that intended?
>
> It seems to be incomplete. I'll add factory methods to `CharacterRange`,
> `LineNumber`, `LocalVariable` and `LocalVariableType`.
> Thanks for pointing it out.
Fixed, thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10982