On Mon, 28 Jul 2025 22:38:03 GMT, Phil Race <[email protected]> wrote:
> Convert StringContent's Position usage tracking to use a WeakReference
>
> The test that is added only implicitly tests this but I added it because of a
> complete lack of any test for this code.
test/jdk/javax/swing/text/AbstractDocument/StringContentPositionTest.java line
62:
> 60: }
> 61: }
> 62: st.remove(0, SIZE * LEN);
Suggestion:
st.remove(0, SIZE * LEN);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26519#discussion_r2239589762