RFR: 8222455: JavaFX error loading glass.dll from cache
Johan Vos
jvos at openjdk.java.net
Sat Oct 30 20:40:27 UTC 2021
On Sat, 30 Oct 2021 14:48:14 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> > If we want to be really safe we can replace a + by - or something else, but not sure if really needed.
>
> I had the same thought as a possibility, but I'm also not sure it is needed. @johanvos what do you think?
I don't think it's needed. Either there is a potential issue with a "+" or there is not. If there is not an issue, then it is only confusing to replace the "+" with another character.
Hence, I am +1 on the PR as it is now.
-------------
PR: https://git.openjdk.java.net/jfx/pull/654
More information about the openjfx-dev
mailing list