RFR: 8294982: Implementation of Classfile API [v36]
Adam Sotona
asotona at openjdk.org
Fri Mar 3 15:35:18 UTC 2023
On Fri, 3 Mar 2023 14:53:19 GMT, Adam Sotona <asotona at openjdk.org> 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
More information about the build-dev
mailing list