Byte code verification source code location

Krystal Mo krystal.mo at oracle.com
Mon Apr 8 09:03:10 PDT 2013


Hi,

The new verifier using stack maps (aka "type checking verifier" or the 
"split verifier") is located in 
hotspot/src/share/vm/classfile/verifier.[hpp|cpp]
The old verifier (aka "type inference verifier") is located in 
jdk/src/share/native/common/check_code.c

- Kris

On 2013/4/8 8:36, Kumarasiri, Nuwan R wrote:
> hello,
>
> I raised this question in a different mailing list but i was asked to ask here.
>
> I need to look at the byte code verification(http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html) implementation in openjdk. Could you kindly let me know the location of the byte code verification source code for version 7?
>
> Thank you.



More information about the hotspot-dev mailing list