diff src/share/vm/memory/compactingPermGenGen.hpp @ 298:1e5d20c34408

6736341: PermGen size is insufficient for jconsole Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy. Reviewed-by: jmasa, ysr, kamg, coleenp
author tonyp
date Tue, 19 Aug 2008 17:55:15 -0400
parents 818a18cd69a8
children 9ee9cf798b59 52e32c8b317e
line wrap: on
line diff
--- a/src/share/vm/memory/compactingPermGenGen.hpp	Thu Aug 14 17:58:35 2008 -0700
+++ b/src/share/vm/memory/compactingPermGenGen.hpp	Tue Aug 19 17:55:15 2008 -0400
@@ -183,8 +183,6 @@
   void compact();
   void post_compact();
   size_t contiguous_available() const;
-  bool grow_by(size_t bytes);
-  virtual bool grow_to_reserved();
 
   void clear_remembered_set();
   void invalidate_remembered_set();