RFR: 8333248: VectorGatherMaskFoldingTest.java failed when maximum vector bits is 64 [v3]
Gui Cao
gcao at openjdk.org
Thu Jun 13 09:34:15 UTC 2024
On Thu, 13 Jun 2024 08:57:20 GMT, Damon Fenacci <dfenacci at openjdk.org> wrote:
> I'm wondering why this happens: the test needs C2, so a C2 option should definitely be OK. Additionally what this option does is cleaning up more often when doing late inlining (it shouldn't be detrimental). Did you find out why you get an error? What kind of error is it?
Sorry, I didn't express myself clearly, here in C2 there is no problem, if use client vm to test it, client vm doesn't have C2,so we need to remove this option, because this option is defined by C2, in client vm can't find this jvm option.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19473#issuecomment-2165125047
More information about the hotspot-compiler-dev
mailing list