Relates :
|
JDK-8234331 had to add a helper function to get the max value of each integer type, since std::numeric_limits<T>::max() had issues on some platforms. In particular Solaris SPARC slowdebug builds failed. Once all supported platforms implement numeric_limits in a proper way, remove and replace powerOfTwo::max_value
|