Comment made by: alexmiller
If you're creating an Object(link: ) greater than 2147483647, you may have other problems. ;)
But yes, this ticket definitely needs a more thorough analysis as to what is affected. In this case, I think if the count is <= Integer/MAX_VALUE, then it should proceed and otherwise should throw an exception.