diff src/share/vm/memory/compactingPermGenGen.hpp @ 291:5251a9cd8eb8 jdk7-b34

6742207: jdk7 32-bit windows build failed running pack200 Summary: 6730514 inadvertently disabled perm gen expansion; reenable Reviewed-by: ysr
author jcoomes
date Wed, 27 Aug 2008 15:41:58 -0700
parents 818a18cd69a8
children 9ee9cf798b59 52e32c8b317e
line wrap: on
line diff
--- a/src/share/vm/memory/compactingPermGenGen.hpp	Wed Aug 20 20:24:00 2008 -0700
+++ b/src/share/vm/memory/compactingPermGenGen.hpp	Wed Aug 27 15:41:58 2008 -0700
@@ -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();