comparison src/share/vm/runtime/vm_operations.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 d1605aabd0a1 37f87013dfd8
comparison
equal deleted inserted replaced
95:d05ebaf00ed0 139:c0492d52d55b
47 template(DeoptimizeTheWorld) \ 47 template(DeoptimizeTheWorld) \
48 template(GC_HeapInspection) \ 48 template(GC_HeapInspection) \
49 template(GenCollectFull) \ 49 template(GenCollectFull) \
50 template(GenCollectFullConcurrent) \ 50 template(GenCollectFullConcurrent) \
51 template(GenCollectForAllocation) \ 51 template(GenCollectForAllocation) \
52 template(GenCollectForPermanentAllocation) \
52 template(ParallelGCFailedAllocation) \ 53 template(ParallelGCFailedAllocation) \
53 template(ParallelGCFailedPermanentAllocation) \ 54 template(ParallelGCFailedPermanentAllocation) \
54 template(ParallelGCSystemGC) \ 55 template(ParallelGCSystemGC) \
55 template(CMS_Initial_Mark) \ 56 template(CMS_Initial_Mark) \
56 template(CMS_Final_Remark) \ 57 template(CMS_Final_Remark) \