On Mon, 6 Feb 2023 14:25:54 GMT, Adam Sotona <[email protected]> wrote:
>> src/java.base/share/classes/jdk/internal/classfile/CodeBuilder.java line
>> 1371:
>>
>>> 1369: }
>>> 1370:
>>> 1371: default CodeBuilder tableswitch(Label defaultTarget,
>>> List<SwitchCase> cases) {
>>
>> `switch` seems the one instruction for which an high-level variant (like
>> `trying`) could be useful, as generating code for that can be quite painful.
>
> Nice RFE, thanks.
collected and tracked in the mailing list
-------------
PR: https://git.openjdk.org/jdk/pull/10982