comparison src/share/vm/oops/oop.hpp @ 2177:3582bf76420e

6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
author coleenp
date Thu, 27 Jan 2011 16:11:27 -0800
parents f95d63e2154a
children c5a923563727
comparison
equal deleted inserted replaced
2176:27e4ea99855d 2177:3582bf76420e
125 // type test operations (inlined in oop.inline.h) 125 // type test operations (inlined in oop.inline.h)
126 bool is_instance() const; 126 bool is_instance() const;
127 bool is_instanceRef() const; 127 bool is_instanceRef() const;
128 bool is_array() const; 128 bool is_array() const;
129 bool is_objArray() const; 129 bool is_objArray() const;
130 bool is_symbol() const;
131 bool is_klass() const; 130 bool is_klass() const;
132 bool is_thread() const; 131 bool is_thread() const;
133 bool is_method() const; 132 bool is_method() const;
134 bool is_constMethod() const; 133 bool is_constMethod() const;
135 bool is_methodData() const; 134 bool is_methodData() const;