On Mon, 9 Mar 2026 21:18:05 GMT, Damon Nguyen <[email protected]> wrote:
>> This test used to intermittently fail. Since then, the test has been >> converted from an `.html` test to a `.java` test. I have run the test in CI >> on 3 different runs with 100 repeats across all OS's. The test passes on all >> instances. So, I have removed the test from the ProblemList as well. The >> test updates are mostly minor nits. > > Damon Nguyen has updated the pull request incrementally with one additional > commit since the last revision: > > Additional review comment edits Changes requested by aivanov (Reviewer). test/jdk/java/awt/TextComponent/CorrectTextComponentSelectionTest.java line 48: > 46: static Frame frame; > 47: static volatile Color color_center; > 48: static volatile Point loc; The `loc` field is now unused. ------------- PR Review: https://git.openjdk.org/jdk/pull/30058#pullrequestreview-3918297764 PR Review Comment: https://git.openjdk.org/jdk/pull/30058#discussion_r2908008336
