diff src/share/vm/memory/genCollectedHeap.hpp @ 139:c0492d52d55b

6539517: CR 6186200 should be extended to perm gen allocation to prevent spurious OOM's from perm gen Reviewed-by: ysr, jmasa
author apetrusenko
date Tue, 01 Apr 2008 15:13:47 +0400
parents a61af66fc99e
children 8bd1e4487c18
line wrap: on
line diff
--- a/src/share/vm/memory/genCollectedHeap.hpp	Thu Mar 27 17:22:06 2008 -0700
+++ b/src/share/vm/memory/genCollectedHeap.hpp	Tue Apr 01 15:13:47 2008 +0400
@@ -35,6 +35,7 @@
   friend class CMSCollector;
   friend class GenMarkSweep;
   friend class VM_GenCollectForAllocation;
+  friend class VM_GenCollectForPermanentAllocation;
   friend class VM_GenCollectFull;
   friend class VM_GenCollectFullConcurrent;
   friend class VM_GC_HeapInspection;