hotspot/src/share/vm/oops/arrayKlass.hpp
changeset 4571 80b553bddc26
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
4569:f372ea9e5ed4 4571:80b553bddc26
    65   oop* adr_component_mirror()           { return (oop*)&this->_component_mirror;}
    65   oop* adr_component_mirror()           { return (oop*)&this->_component_mirror;}
    66 
    66 
    67   // Compiler/Interpreter offset
    67   // Compiler/Interpreter offset
    68   static ByteSize component_mirror_offset() { return byte_offset_of(arrayKlass, _component_mirror); }
    68   static ByteSize component_mirror_offset() { return byte_offset_of(arrayKlass, _component_mirror); }
    69 
    69 
    70   virtual klassOop java_super() const;//{ return SystemDictionary::object_klass(); }
    70   virtual klassOop java_super() const;//{ return SystemDictionary::Object_klass(); }
    71 
    71 
    72   // Allocation
    72   // Allocation
    73   // Sizes points to the first dimension of the array, subsequent dimensions
    73   // Sizes points to the first dimension of the array, subsequent dimensions
    74   // are always in higher memory.  The callers of these set that up.
    74   // are always in higher memory.  The callers of these set that up.
    75   virtual oop multi_allocate(int rank, jint* sizes, TRAPS);
    75   virtual oop multi_allocate(int rank, jint* sizes, TRAPS);