[jdk21u-dev] RFR: 8326332: Unclosed inline tags cause misalignment in summary tables [v2]
Christoph Langer
clanger at openjdk.org
Wed Jul 24 11:59:34 UTC 2024
On Wed, 24 Jul 2024 09:06:12 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> Backport of 8326332
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> replace jdk21 List functionality getLast and removeLast
I think you can remove the .isEmpty() check because in all places this is checked before calling getLast()/removeLast(). Maybe you want to just inline the code for a populated list in place?
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/866#issuecomment-2247726814
More information about the jdk-updates-dev
mailing list