Description
There's a size_t to int narrowing warning here:
src/hotspot/share/gc/z/zHeuristics.cpp(49): warning C4267: ‘=’: conversion from ‘size_t’ to ‘int’, possible loss of data
src/hotspot/share/gc/z/zHeuristics.cpp(49): warning C4267: ‘=’: conversion from ‘size_t’ to ‘int’, possible loss of data