A question about klassOop pointer in oopDesc.hpp
Colin(Du Li)
dawn2004 at gmail.com
Fri Mar 6 18:45:47 PST 2009
Hello,
There is "klassOop _klass" in oopDesc to store the address of class template
for every object.
I try to print out the value of "_klass". I find the last four bits for
_klass is always zero(like 7e7a0dd0, 7e7a0e50, 7e7a0e50).
Is my observation incomplete?
If no, what does this mean?
Does this mean the size of klassOop object is as large as 16 bytes (seems
kind of unreasonable..)?
Thanks a lot!
Colin
--
View this message in context: http://www.nabble.com/A-question-about-klassOop-pointer-in-oopDesc.hpp-tp22383881p22383881.html
Sent from the OpenJDK Hotspot Virtual Machine mailing list archive at Nabble.com.
More information about the hotspot-dev
mailing list