When finding the solution for JDK-8331201, it is observed that Fingerprinter::_param_size does not show the count of parameters since some parameters may be double words in size rather than 1. For example, 4 parameters where one of them is LONG type take 5 (= 3 x 1 + 1 x 2) words in size.
- relates to
-
JDK-8331201 UBSAN enabled build reports on Linux x86_64 runtime error: shift exponent 65 is too large for 64-bit type 'long unsigned int'
-
- In Progress
-