0

I've been having the problem that a Java program I can't change is running a lot slower than necessary as that it waits using a Thread.sleep() at a certain point. I've been looking for some way to make this Thread.sleep() return early using some sort of external program. So far I found this question about the implementation(look at the OpenJVM implementation shown in the accepted answer). So I am now asking myself if I can somehow make the OS(Linux, in my case) get back to the thread an resume it sooner than intended.

JeWe37
  • 21
  • 3

0 Answers0