RFR: 8350013: Add a test for JDK-8150442 [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Fri Feb 28 01:21:20 UTC 2025
On Thu, 27 Feb 2025 23:48:19 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> Do we really need return here and at line 495?
Yes. It should exit the function early to avoid jumping in the next `switch` block.
> do you think it might be better to make `switch` consistent?
Totally!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23825#discussion_r1974589413
More information about the core-libs-dev
mailing list