RFR: 8347408: Create an internal method handle adapter for system calls with errno [v3]

Shaojin Wen swen at openjdk.org
Wed May 7 03:08:14 UTC 2025


On Tue, 6 May 2025 17:16:32 GMT, Shaojin Wen <swen at openjdk.org> wrote:

>> I have the old switch format in anticipation of faster startup.
>
> enhanced 'switch' is just syntax sugar and does not affect startup speed

I looked at the generated bytecode through javap and confirmed that the enhanced switch is just syntactic sugar and no additional classes are generated.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25043#discussion_r2076686117


More information about the core-libs-dev mailing list