RFR: 8339067: Convert Threshold flags (like Tier4MinInvocationThreshold and Tier3MinInvocationThreshold) to double [v3]
Vladimir Kozlov
kvn at openjdk.org
Fri Oct 18 18:17:11 UTC 2024
On Fri, 18 Oct 2024 03:49:25 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> This is trivial PR to change data type of some "*Threshold" variables form `intx` to `double`.
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> review/comments
I think we should close this RFE as "Not an Issue".
Change `!=0` to `>` in assert may not be need too because there is check for negative value in ciMethod.cpp:
https://github.com/openjdk/jdk/blob/master/src/hotspot/share/ci/ciMethod.cpp#L148
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21354#issuecomment-2422995219
More information about the hotspot-compiler-dev
mailing list