--- old/src/share/vm/opto/indexSet.hpp Fri Feb 4 08:47:25 2011 +++ new/src/share/vm/opto/indexSet.hpp Fri Feb 4 08:47:25 2011 @@ -352,13 +352,13 @@ void tally_iteration_statistics() const; // BitBlock allocation statistics - static uint _alloc_new; - static uint _alloc_total; + static julong _alloc_new; + static julong _alloc_total; // Block density statistics - static long _total_bits; - static long _total_used_blocks; - static long _total_unused_blocks; + static julong _total_bits; + static julong _total_used_blocks; + static julong _total_unused_blocks; // Sanity tests void verify() const;