konradreiche / java-concurrency-profiler

A Java profiler with emphasis on concurrent program information.
Other
6 stars 1 forks source link

notifyAll inconsistency #21

Closed konradreiche closed 13 years ago

konradreiche commented 13 years ago

Using printf-debugging in Java notifyAll is called less than the profiler displays. This might be due to implementation reasons of the JVM within the operating system and system calls. Investigate this inconsistency and state it in the bachelor thesis.

konradreiche commented 13 years ago

This problem is not reproducible anymore. The number of notifyAll() invocations received by using printf-debugging equals the number of notifyAll() invocations received by using the profiling agent.