RFR: 8236987: Remove call to System.out.println from ImageIcon.loadImage [v11]

Tejesh R duke at openjdk.java.net
Thu Apr 14 10:54:45 UTC 2022


On Tue, 12 Apr 2022 20:50:48 GMT, Phil Race <prr at openjdk.org> wrote:

>> This is intentional, it makes sure the image is in `LOADING` state to verify that the newly added resets it to `ABORTED`.
>> 
>> I don't expect the image to load, we don't care. If it succeeds, the status is `COMPLETE`; if it times outs or another error occurs, the status is `ERRORED`.
>
> ok .. I trust this test has been verified in mach5 already ..

Yes, I have verified in mach5......

-------------

PR: https://git.openjdk.java.net/jdk/pull/7754



More information about the client-libs-dev mailing list