< prev index next >

src/hotspot/share/opto/node.cpp

Print this page

        

@@ -77,11 +77,10 @@
   assert(Compile::current()->unique() < (INT_MAX - 1), "Node limit exceeded INT_MAX");
   assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit(), "Live Node limit exceeded limit");
   if (BreakAtNode != 0 && (_debug_idx == BreakAtNode || (int)_idx == BreakAtNode)) {
     tty->print_cr("BreakAtNode: _idx=%d _debug_idx=%d", _idx, _debug_idx);
     BREAKPOINT;
-    os::message_box("xxx", "yyy");
   }
 #if OPTO_DU_ITERATOR_ASSERT
   _last_del = NULL;
   _del_tick = 0;
 #endif
< prev index next >