diff -r 2658d7834c6e -r 4efc66ee325c hotspot/src/share/vm/opto/block.cpp --- a/hotspot/src/share/vm/opto/block.cpp Fri May 09 16:50:54 2014 -0400 +++ b/hotspot/src/share/vm/opto/block.cpp Mon May 12 09:47:57 2014 -0400 @@ -1268,7 +1268,6 @@ } void UnionFind::reset( uint max ) { - assert( max <= max_uint, "Must fit within uint" ); // Force the Union-Find mapping to be at least this large extend(max,0); // Initialize to be the ID mapping.