Wouldn’t that thread suffer from the same issues like other threads on a multicore cpu?
I mean, if a single thread isn’t shifted between cores the problem won’t exist in the first place. Or am i wrong?
I thought System.nanoTime was called from different threads. My bad
It’s a shame we can’t set a thread’s affinity in Java… yet.