http://imagej.273.s1.nabble.com/minimal-macro-that-demonstrates-java-8-problem-tp5013918p5013991.html
> On Aug 6, 2015, at 12:35 AM, Aryeh Weiss <
[hidden email]> wrote:
>> I created a minimal macro that demonstrates the window update stopping, until the ROI manager is closed.
>>
>> run("Close All");
>> run("Cell Colony (31K)");
>> setAutoThreshold("Default");
>> //run("Threshold...");
>> run("Analyze Particles...", "display exclude clear include summarize add");
>>
>> The first time this is run, all is well. However, when run a second time, the window will stop updating. For example, show all will not toggle the overlay, and newly opened windows are white. Then I close the roi manager, and there is an instant update.
> This Java 8 on Macs bug is worked around in the latest ImageJ daily build (1.50b7).
>
> -wayne
>
>
Thank you for this fix. It appears to work as advertised.