src/share/vm/opto/graphKit.cpp

changeset 2349
5ddfcf4b079e
parent 2314
f95d63e2154a
child 2665
9dc311b8473e
equal deleted inserted replaced
2348:bbefa3ca1543 2349:5ddfcf4b079e
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.

mercurial