diff 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
line wrap: on
line diff
--- a/src/share/vm/oops/oop.hpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/src/share/vm/oops/oop.hpp	Thu Jan 27 16:11:27 2011 -0800
@@ -127,7 +127,6 @@
   bool is_instanceRef()        const;
   bool is_array()              const;
   bool is_objArray()           const;
-  bool is_symbol()             const;
   bool is_klass()              const;
   bool is_thread()             const;
   bool is_method()             const;