RFR: 8296426: x86: Narrow UseAVX and UseSSE flags [v2]
Claes Redestad
redestad at openjdk.org
Tue Nov 8 10:35:28 UTC 2022
On Tue, 8 Nov 2022 03:17:40 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> You need to fix these flags type in JVMCI too. JVMCI tests failed.
Fixed. Interestingly the only use of these that I could find assume the flags are `int` already (perhaps a misunderstanding of `intx`): https://github.com/openjdk/jdk/blob/master/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot.amd64/src/jdk/vm/ci/hotspot/amd64/AMD64HotSpotVMConfig.java#L45
-------------
PR: https://git.openjdk.org/jdk/pull/10997
More information about the hotspot-compiler-dev
mailing list