Stand-alone Bytecode Verifier

Posted by HH on Stack Overflow See other posts from Stack Overflow or by HH
Published on 2010-02-26T09:14:41Z Indexed on 2010/03/15 0:39 UTC
Read the original article Hit count: 393

In my bytecode instrumentation project, I stumble frequently on VerifyErrors. However, the default java Verifier gives little information on which instruction resulted in the error (it only gives the method and a small message). Is there any stand-alone bytecode verifier which provides with a little more advanced help in locating the error, at least the precise instruction location? Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about bytecode