bytecode verification
"luc peuvrier at home" <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <3A85FADB3E454E2BB71CB2C796CCEB42@peuvrierluc> |
When JVM load my transformed code I have the here below error: java.lang.VerifyError: (class: net/sf/joafip/store/service/objectfortest/Bob1, method: <init> signature: (Lnet/sf/joafip/store/service/proxy/IInstanceFactory;Z)V) Expecting to find object/array on stack The error is not verbose and not helpfull to make able to debug. So I used CheckClassAdapter.verify on my transformed code expecting verbose error report, but it accept the byte code. It seems CheckClassAdapter.verify has not the same behaviour man the JM bytecode verifier. Witch tools make able to verify bytecode like jvm verifier but with verbose output for debug purpose ? BR Luc
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws