Jump to Content
  Previous Next
Content starts here

Showing Thread Transitions

A latency event in one thread can be associated with another thread. In JRockit Mission Control this is called a transition and is displayed as a small black arrow. A transition could, for instance, happen when one thread that calls Object.notify() and wakes up another thread that is waiting because of an earlier call to Object.wait(). Figure 18-10 shows an example of this feature.

Figure 18-10 Thread Transition Arrows

Thread Transition Arrows

  Previous Next