comparison src/share/vm/oops/oop.hpp @ 2376:c7f3d0b4570f

7017732: move static fields into Class to prepare for perm gen removal Reviewed-by: kvn, coleenp, twisti, stefank
author never
date Fri, 18 Mar 2011 16:00:34 -0700
parents e5383553fd4e
children b0efc7ee3b31
comparison
equal deleted inserted replaced
2375:d673ef06fe96 2376:c7f3d0b4570f
127 // returns false. 127 // returns false.
128 bool is_conc_safe(); 128 bool is_conc_safe();
129 129
130 // type test operations (inlined in oop.inline.h) 130 // type test operations (inlined in oop.inline.h)
131 bool is_instance() const; 131 bool is_instance() const;
132 bool is_instanceMirror() const;
132 bool is_instanceRef() const; 133 bool is_instanceRef() const;
133 bool is_array() const; 134 bool is_array() const;
134 bool is_objArray() const; 135 bool is_objArray() const;
135 bool is_klass() const; 136 bool is_klass() const;
136 bool is_thread() const; 137 bool is_thread() const;