RFR: 8329749: Obsolete the unused UseNeon flag [v2]
altrisi
duke at openjdk.org
Sat Apr 6 12:59:12 UTC 2024
On Fri, 5 Apr 2024 10:04:26 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> After [JDK-8328264](https://bugs.openjdk.org/browse/JDK-8328264), the UseNeon flag is only used by JVMCI code and @dougxc confirmed that it can be removed.
>>
>> Thanks,
>> Tobias
>
> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>
> Obsoleting the flag
Should the `UseNeon` enum constant this code referenced be removed too?
https://github.com/openjdk/jdk/blob/5d8119abefcc0958cce949247e8232c5319aa304/src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/aarch64/AArch64.java#L191-L193
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18648#issuecomment-2041075052
More information about the hotspot-compiler-dev
mailing list