RFR: 8257232: CompileThresholdScaling fails to work on 32-bit platforms

Jie Fu jiefu at openjdk.java.net
Wed Dec 2 02:28:57 UTC 2020


On Sun, 29 Nov 2020 00:54:45 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> Could be simplified to `return MIN2(log2_intptr(scaled_freq), max_freq_bits);`

OK.
Will use this kind of code style next time.
Thanks.

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

PR: https://git.openjdk.java.net/jdk/pull/1499


More information about the hotspot-compiler-dev mailing list