Hello,

Could you review the fix:
  bug: https://bugs.openjdk.java.net/browse/JDK-8040291
  webrev: http://cr.openjdk.java.net/~alexsch/8040291/webrev.00


The SunToolkit.prepareResolutionVariant() method wraps the base image observer and passes it to the resolution variant. It leads that the resolution variant notifies
  the base image about info changing.

When the base image is loaded by the MediaTracker and the resolution variant is loaded first it calls the base image observer and wrongly finishes the base image loading.


The fix passes the reduced resolution variant info flags to the base image so the base image loading is finished only after notifiing by the original base image observer.


Thanks,
Alexandr.

Reply via email to