comparison src/share/vm/runtime/vm_operations.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents c0492d52d55b
children 1ee8caae33af
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342:37f87013dfd8
51 template(GenCollectForAllocation) \ 51 template(GenCollectForAllocation) \
52 template(GenCollectForPermanentAllocation) \ 52 template(GenCollectForPermanentAllocation) \
53 template(ParallelGCFailedAllocation) \ 53 template(ParallelGCFailedAllocation) \
54 template(ParallelGCFailedPermanentAllocation) \ 54 template(ParallelGCFailedPermanentAllocation) \
55 template(ParallelGCSystemGC) \ 55 template(ParallelGCSystemGC) \
56 template(CGC_Operation) \
56 template(CMS_Initial_Mark) \ 57 template(CMS_Initial_Mark) \
57 template(CMS_Final_Remark) \ 58 template(CMS_Final_Remark) \
59 template(G1CollectFull) \
60 template(G1CollectForAllocation) \
61 template(G1IncCollectionPause) \
62 template(G1PopRegionCollectionPause) \
58 template(EnableBiasedLocking) \ 63 template(EnableBiasedLocking) \
59 template(RevokeBias) \ 64 template(RevokeBias) \
60 template(BulkRevokeBias) \ 65 template(BulkRevokeBias) \
61 template(PopulateDumpSharedSpace) \ 66 template(PopulateDumpSharedSpace) \
62 template(JNIFunctionTableCopier) \ 67 template(JNIFunctionTableCopier) \