comparison 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
comparison
equal deleted inserted replaced
95:d05ebaf00ed0 139:c0492d52d55b
33 friend class TenuredGeneration; 33 friend class TenuredGeneration;
34 friend class ConcurrentMarkSweepGeneration; 34 friend class ConcurrentMarkSweepGeneration;
35 friend class CMSCollector; 35 friend class CMSCollector;
36 friend class GenMarkSweep; 36 friend class GenMarkSweep;
37 friend class VM_GenCollectForAllocation; 37 friend class VM_GenCollectForAllocation;
38 friend class VM_GenCollectForPermanentAllocation;
38 friend class VM_GenCollectFull; 39 friend class VM_GenCollectFull;
39 friend class VM_GenCollectFullConcurrent; 40 friend class VM_GenCollectFullConcurrent;
40 friend class VM_GC_HeapInspection; 41 friend class VM_GC_HeapInspection;
41 friend class VM_HeapDumper; 42 friend class VM_HeapDumper;
42 friend class HeapInspection; 43 friend class HeapInspection;