On 5/14/2012 8:02 PM, Xin Tong wrote: > What would be a good way to find out where the classes and methods' > bytecodes are materialized in memory in hotspot ? You could start in the classfile parser in src/share/vm/classfile/classFileParser.cpp and follow the code from there. -- - Keith