RFR: 8287822: [macos] Remove support of duplicated formats from macOS [v3]

Alexander Matveev almatvee at openjdk.org
Thu Oct 13 23:40:07 UTC 2022


On Thu, 13 Oct 2022 22:23:08 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Related question: Can `uri` itself be null?
>
> so the logic seems to be either a "jar", or else it's a file, right?
> is it possible to be something else (i.e. the resource is missing altogether)? or some other condition?

Yes, when we run jar file it will be jar and if we run unpacked it will be file. If resource is missing we will not enumerate files and it is acceptable condition. We should fallback to default playlist if no files present.

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

PR: https://git.openjdk.org/jfx/pull/909


More information about the openjfx-dev mailing list