On Thu, 2 Mar 2023 19:31:50 GMT, Paul Sandoz <[email protected]> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> StackMapFrameInfo extracted to top level from StackMapTableAttribute
>
> src/java.base/share/classes/jdk/internal/classfile/components/CodeRelabeler.java
> line 98:
>
>> 96: @Override
>> 97: public void accept(CodeBuilder cob, CodeElement coe) {
>> 98: switch (coe) {
>
> Missing case for`CharacterRange` instruction? I am not sure it makes any
> sense, if so perhaps add a comment as to why.
Fixed, thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10982