<div dir="ltr"><div>Hello all,</div><div><br></div><div>I've recently stumbled across a certain verifier error while doing some bytecode experiments: "Bad lookupswitch instruction". Errors like this are sadly very common in the verifier, and don't give a lot of detail about what actually has gone wrong. In this case, the error was related to the keys of the lookupswitch not being sorted in ascending order.</div><div><br></div><div>So here's the proposal: Change the error messages in the verifier to tell more about what has actually gone wrong.</div><div><br></div><div>I'd be willing to implement those changes myself, but I don't have any previous contributing experience when it comes to OpenJDK projects. Would this be a big enough change to actually warrant working on it, and how would I proceed with that?</div><div><br></div><div>I hope to hear feedback from you.</div><div><br></div><div>Cheers,</div><div>Constantin<br></div></div>