classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: another MediaTracker fix


From: Roman Kennke
Subject: [cp-patches] FYI: another MediaTracker fix
Date: Tue, 12 Apr 2005 21:48:27 +0200

Hi,

I committed another fix for MediaTracker. This basically synchronizes
access to the media list, I think this lead to lockups (on some tests)
before. In addition to that I fixed two small comparison bugs in the
waitForID and waitForAll methods.

2005-04-12  Roman Kennke  <address@hidden>

        * java/awt/MediaTracker.java
        (addImage): Synchronized list access.
        (waitForAll): Fixed comparison of time (changed < to >).
        (waitForID): Fixed comparison of time (changed < to >).
        (removeImage): Synchronized list access.

/Roman

Attachment: MediaTracker.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]