diff -r 10767ca40189 -r 0b3167e2f2de hotspot/src/share/vm/utilities/globalDefinitions.hpp --- 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; }