RFR: 8339067: Convert Threshold flags (like Tier4MinInvocationThreshold and Tier3MinInvocationThreshold) to double [v2]

Amit Kumar amitkumar at openjdk.org
Wed Oct 16 07:17:13 UTC 2024


On Tue, 15 Oct 2024 19:52:51 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>  you could also just cast to double at every use site. Would that also work?

is that required ? Aren't integers, by default, will be treated as double if they are multiplied by a double data type value ?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21354#issuecomment-2415922636


More information about the hotspot-compiler-dev mailing list