comparison src/share/vm/runtime/vm_operations.hpp @ 20404:227a9e5e4b4a

8057536: Refactor G1 to allow context specific allocations Summary: Splitting out a g1 allocator class to simply specialized allocators which can associate each allocation with a given context. Reviewed-by: mgerdin, brutisso
author sjohanss
date Fri, 05 Sep 2014 09:49:19 +0200
parents b127b0d6de7f
children 7848fc12602b
comparison
equal deleted inserted replaced
20403:8ec8971f511a 20404:227a9e5e4b4a
66 template(CMS_Initial_Mark) \ 66 template(CMS_Initial_Mark) \
67 template(CMS_Final_Remark) \ 67 template(CMS_Final_Remark) \
68 template(G1CollectFull) \ 68 template(G1CollectFull) \
69 template(G1CollectForAllocation) \ 69 template(G1CollectForAllocation) \
70 template(G1IncCollectionPause) \ 70 template(G1IncCollectionPause) \
71 template(DestroyAllocationContext) \
71 template(EnableBiasedLocking) \ 72 template(EnableBiasedLocking) \
72 template(RevokeBias) \ 73 template(RevokeBias) \
73 template(BulkRevokeBias) \ 74 template(BulkRevokeBias) \
74 template(PopulateDumpSharedSpace) \ 75 template(PopulateDumpSharedSpace) \
75 template(JNIFunctionTableCopier) \ 76 template(JNIFunctionTableCopier) \