method verification error : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

method verification error
The compiler generates JVM (Java Virtual Machine) byte codes. Before these are executed, the byte codes are verified both to make sure the compiler did its job correctly and to block malicious attempts to crash or bypass the security of the JVM interpreter. The verification analyses the code flow to ensure for example that you don’t try to use an integer op code on a floating point operand and that you consume all the stack items you create. It detects any attempts to forge pointers out of integers. If you get a method verification error, chances are your compiler has a bug. The other cause is that the *.class file has been corrupted.

This page is posted
on the web at:

http://mindprod.com/jgloss/methodverification.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\methodverification.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.191.88.249]
You are visitor number