Hi,
I would like to measure how much time would be required when 2 threads are suspended by using wait() method and wake them up by using notify() method.
But I get different nanoseconds everytime I run, so must be something wrong.
Is anybody see what I made a mistakes?
