opcode.append("\n");
} else {
//if the map doesn't contain the value that we're looking for, an exception is thrown
logger.debug("map size : {}", mBytecode.size());
throw new UnknownBytecodeError("unknow opcode: " + bytecodes.get(i));
}
}
return opcode.toString();