comparison src/share/vm/oops/arrayKlass.hpp @ 1142:4ce7240d622c

6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
author never
date Wed, 06 Jan 2010 14:22:39 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1140:1f6d42899c3a 1142:4ce7240d622c
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);