JDK-8170120 jimage IOException solution?

Alan Bateman Alan.Bateman at oracle.com
Mon Feb 19 13:07:02 UTC 2018


On 19/02/2018 12:09, Michal Vala wrote:
>
>
> Yes, true. Attached.
This looks good except the "does not exist" case which needs this change:

-                throw TASK_HELPER.newBadArgs("err.not.a.jimage", 
file.getName());
+                throw TASK_HELPER.newBadArgs("err.not.a.jimage", file);

If you agree then I will include it in your patch and push it.

-Alan


More information about the jigsaw-dev mailing list