Searched defs:arrayOopDesc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayOop.hpp31 // arrayOopDesc is the abstract baseclass for all arrays. It doesn't
42 class arrayOopDesc : public oopDesc { class in inherits:oopDesc
50 // sizeof(arrayOopDesc) which should not appear in the code.
65 // declared nonstatic fields in arrayOopDesc if not compressed, otherwise
69 sizeof(arrayOopDesc);

Completed in 22 milliseconds