Changeset 440


Ignore:
Timestamp:
Nov 18, 2014, 9:58:43 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Fix dirty dead spin in tight while loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java

    r429 r440  
    549549                            status.get(identifier).equals(PAV_INIT_STATUS.PRE_INIT)
    550550                         ))
    551                     ;
     551                    Thread.currentThread().yield();
    552552
    553553                // don't bother processing further for inactive applets
Note: See TracChangeset for help on using the changeset viewer.