> Please review this patch to fix a potential infinite loop in > `JavadocTokenizer.ensure` when `map.length` and `size + need` approach > Interger.MAX_VALUE. > > While I couldn't reproduce the issue even with large inputs (~1.9GB java file > where almost the entire file is one javadoc comment), the fix is about > correctness and prevention of UB in extreme cases. > > TIA
Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision: place negative check in correct position ------------- Changes: - all: https://git.openjdk.org/jdk/pull/24620/files - new: https://git.openjdk.org/jdk/pull/24620/files/9aaabbfa..88a5f499 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=24620&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24620&range=01-02 Stats: 4 lines in 1 file changed: 0 ins; 1 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/24620.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/24620/head:pull/24620 PR: https://git.openjdk.org/jdk/pull/24620