java -Xss2147483648 -version
intx ThreadStackSize=18014398507384832 is outside the allowed range [ 0 ... 9007199254740987 ]
A cast from julong to int without checks causes weird error messages and behavior:
round_to((int)long_ThreadStackSize, K) / K) != Flag::SUCCESS)
intx ThreadStackSize=18014398507384832 is outside the allowed range [ 0 ... 9007199254740987 ]
A cast from julong to int without checks causes weird error messages and behavior:
round_to((int)long_ThreadStackSize, K) / K) != Flag::SUCCESS)
- relates to
-
JDK-8178489 Make align functions more type safe and consistent
-
- Resolved
-