diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.hpp	Thu Sep 04 16:53:27 2014 -0700
+++ b/src/share/vm/runtime/vm_operations.hpp	Fri Sep 05 09:49:19 2014 +0200
@@ -68,6 +68,7 @@
   template(G1CollectFull)                         \
   template(G1CollectForAllocation)                \
   template(G1IncCollectionPause)                  \
+  template(DestroyAllocationContext)              \
   template(EnableBiasedLocking)                   \
   template(RevokeBias)                            \
   template(BulkRevokeBias)                        \