17cbb3eab0
This may happen because MethodNode.unloadInsnArr() call from BlockSplitter.visit() - after it instructions[] become null. So, try to reload method before processing its instructions array and bail if insnArr still null even after reloading method.