< prev index next >

src/share/vm/opto/graphKit.cpp

Print this page

        

*** 1106,1115 **** --- 1106,1116 ---- case Bytecodes::_checkcast: assert(inputs == 1 && outputs == 1, ""); break; case Bytecodes::_athrow: assert(inputs == 1 && outputs == 0, ""); break; case Bytecodes::_aload_0: assert(inputs == 0 && outputs == 1, ""); break; case Bytecodes::_return: assert(inputs == 0 && outputs == 0, ""); break; case Bytecodes::_drem: assert(inputs == 4 && outputs == 2, ""); break; + default: break; } #endif //ASSERT return true; }
< prev index next >