hotspot/src/share/vm/opto/block.cpp
changeset 24429 4efc66ee325c
parent 24424 2658d7834c6e
parent 24425 53764d2358f9
child 24923 9631f7d691dc
--- 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.