Java-Thread-Affinity icon indicating copy to clipboard operation
Java-Thread-Affinity copied to clipboard

AffinityLockTest.dumpLocks fail in Java 21

Open yevgenp opened this issue 1 year ago • 1 comments

The tests were broken because Thread#toString includes thread ID on Java 21. Ignore this difference in toString presentation in the test cases fixes the issue.

yevgenp avatar Nov 02 '23 11:11 yevgenp

PR has been merged for this. Ticket should be closed soon.

tgd avatar Jan 25 '24 15:01 tgd