Loaded class address

Keith McGuigan keith.mcguigan at oracle.com
Mon May 14 17:14:39 PDT 2012



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


More information about the hotspot-runtime-dev mailing list