RFR: 8258838: Remove JVM option UseStackBanging [v4]
Harold Seigel
hseigel at openjdk.java.net
Mon Jan 11 14:35:05 UTC 2021
On Fri, 8 Jan 2021 06:09:28 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8258838: fix Graal changes
>
> src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp line 252:
>
>> 250: X86_ONLY(do_intx_flag(UseSSE)) \
>> 251: COMPILER2_PRESENT(do_bool_flag(UseSquareToLenIntrinsic)) \
>> 252: do_bool_flag(UseStackBanging) \
>
> Compiler folk will need to verify if this change is okay wrt. upstream Graal code.
done
-------------
PR: https://git.openjdk.java.net/jdk/pull/1988
More information about the hotspot-dev
mailing list