RFR: 8286694: Incorrect argument processing in java launcher

David Holmes dholmes at openjdk.java.net
Mon May 16 13:23:47 UTC 2022


On Fri, 13 May 2022 08:56:59 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> GCC 12 reports as following:

I don't recall what "builtin arguments" means. Can you tell me how we would actually hit this conditions such that we string dup and  the null string? Or are you saying this is actually an unreachable case: the check for NULL is always false and the actual  string is never null anyway?

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

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


More information about the core-libs-dev mailing list