RFR: 8272973: Incorrect compile command used by TestIllegalArrayCopyBeforeInfiniteLoop

Tobias Hartmann thartmann at openjdk.java.net
Wed Aug 25 12:16:26 UTC 2021


On Wed, 25 Aug 2021 11:35:18 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> Yes, absolutely! Forgot to mention it.

Thanks, Christian.

> But why the error msg is said to be 'Embedded *'?
> This seems a bit strange to me.

The problem is that the `"` is parsed as being part of the method name and therefore the `*` appears embedded in the name which is not allowed. So removing the `"` would also fix the problem but I prefer the full name because the wildcard is not really needed.

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

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


More information about the hotspot-compiler-dev mailing list