RFR: 8339067: Convert Threshold flags (like Tier4MinInvocationThreshold and Tier3MinInvocationThreshold) to double [v2]
Amit Kumar
amitkumar at openjdk.org
Tue Oct 15 06:49:10 UTC 2024
On Mon, 14 Oct 2024 19:39:07 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>Any reasons Tier2*Threshold flags were bit changed? For consistency.
I guess you're asking why I left them unchanged? I looked into the project, and couldn't find where those flags are being used, so I left them unchanged at first. However, I've now updated them to `double` as well. Thanks for the suggestion.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21354#issuecomment-2413030380
More information about the hotspot-compiler-dev
mailing list