changeset 392 | 0b3167e2f2de |
parent 360 | 21d113ecbf6a |
child 971 | f0b20be4165d |
child 670 | ddf3e9583f2f |
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp Tue Apr 29 19:45:22 2008 -0700 +++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp Wed May 07 08:06:46 2008 -0700 @@ -890,7 +890,7 @@ i++; p *= 2; } // p = 2^(i+1) && x < p (i.e., 2^i <= x < 2^(i+1)) - // (if p = 0 then overflow occured and i = 31) + // (if p = 0 then overflow occured and i = 63) return i; }