<https://github.com/pantsbuild/pants/pull/9274> — ...
# general
f
https://github.com/pantsbuild/pants/pull/9274 — changes jvm distribution lookup so that when looking at the cache the cache entries are sorted lowest first, rather than by dict.values() sorting, which may vary by python implementation.