Withdrawn: 8262096: Vector API fails to work without C2
Jie Fu
jiefu at openjdk.java.net
Thu Feb 25 03:59:39 UTC 2021
On Sun, 21 Feb 2021 23:19:52 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Vector API won't work without C2.
> The reason is that VectorSupport_GetMaxLaneCount [1] always returns -1 if C2 is not present.
> But it should work even there is no JIT compiler since it's Java-level's api.
> So let's fix it.
>
> Thanks.
> Best regards,
> Jie
>
> [1] https://github.com/openjdk/jdk/blob/master/src/hotspot/share/prims/vectorSupport.cpp#L364
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2667
More information about the hotspot-compiler-dev
mailing list