OpenHFT / Java-Thread-Affinity

Bind a java thread to a given core
http://chronicle.software/products/thread-affinity/
Apache License 2.0
1.78k stars 360 forks source link

AffinityLockTest.dumpLocks fail in Java 21 #110

Closed yevgenp closed 6 months ago

yevgenp commented 10 months ago

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.

tgd commented 7 months ago

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