RFR: 8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles [v2]
Adam Sotona
asotona at openjdk.org
Mon Dec 18 09:20:45 UTC 2023
On Sat, 16 Dec 2023 16:32:23 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>>
>> added missing comment
>
> src/java.base/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java line 1145:
>
>> 1143: private static Opcode popInsnOpcode(BasicType type) {
>> 1144: switch (type) {
>> 1145: case I_TYPE:
>
> Should restore the enhanced switch syntax
Will fix, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17108#discussion_r1429753608
More information about the core-libs-dev
mailing list