hotspot/src/share/vm/opto/graphKit.cpp
changeset 7432 f06f1253c317
parent 7397 5b173b4ca846
child 8732 16fc1c68714b
equal deleted inserted replaced
7431:e9f07f8aef47 7432:f06f1253c317
  1839   if (failing())  stop();
  1839   if (failing())  stop();
  1840   if (stopped())  return; // trap reachable?
  1840   if (stopped())  return; // trap reachable?
  1841 
  1841 
  1842   // Note:  If ProfileTraps is true, and if a deopt. actually
  1842   // Note:  If ProfileTraps is true, and if a deopt. actually
  1843   // occurs here, the runtime will make sure an MDO exists.  There is
  1843   // occurs here, the runtime will make sure an MDO exists.  There is
  1844   // no need to call method()->build_method_data() at this point.
  1844   // no need to call method()->ensure_method_data() at this point.
  1845 
  1845 
  1846 #ifdef ASSERT
  1846 #ifdef ASSERT
  1847   if (!must_throw) {
  1847   if (!must_throw) {
  1848     // Make sure the stack has at least enough depth to execute
  1848     // Make sure the stack has at least enough depth to execute
  1849     // the current bytecode.
  1849     // the current bytecode.