Currently, when numa supporting GCs allocate memory on numa aware platforms, they do not consider numa distance if there is no space on preferred node, but select a random node.
But it's better to consider the distance and select nearest node in such situation.
But it's better to consider the distance and select nearest node in such situation.