Jaromir Hamala (@jerrinot) 's Twitter Profile
Jaromir Hamala

@jerrinot

I play with distributed systems by day and poke various runtimes by night. Engineer @QuestDB, @Hazelcast alumnus.

ID: 100209115

linkhttps://github.com/jerrinot calendar_today29-12-2009 12:05:27

4,4K Tweet

2,2K Followers

2,2K Following

Jaromir Hamala (@jerrinot) 's Twitter Profile Photo

Interesting issue in OpenJDK's UUID.compareTo(): It uses signed comparisons, which leads to unexpected sorting when the highest bit in either word is set. It can't be fixed since altering a sort order between versions is a big no-no. bugs.openjdk.org/browse/JDK-702…