RFR: JDK-8180450: secondary_super_cache does not scale well [v5]
Andrew Haley
aph at openjdk.org
Tue Mar 26 15:50:38 UTC 2024
On Thu, 21 Mar 2024 16:32:34 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Windows builds are failing:
>
> d:\a\jdk\jdk\src\hotspot\share\oops/klass.hpp(251): error C2220: the following warning is treated as an error d:\a\jdk\jdk\src\hotspot\share\oops/klass.hpp(251): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
Fercrineoutloud, it's `constexpr`! How can there be any loss of data? ;-)
Fixed, thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18309#issuecomment-2020801722
More information about the hotspot-dev
mailing list